Html Css Color HEX #C5CCCD Iron

📋 copy color: '#C5CCCD'

red 197 ◦ green 204 ◦ blue 205

#C5CCCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iron #C5CCCD

Tints of Iron #C5CCCD

RGB

 RED value IS 197 (77.34% from 255) = 32.51%

 GREEN value IS 204 (80.08% from 255) = 33.66%

 BLUE value IS 205 (80.47% from 255) = 33.83%

R = 32.51%
G = 33.66%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C5CCCD (or 0xC5CCCD) is known color: Iron. HEX triplet: C5, CC and CD. RGB value is (197,204,205). Sum of RGB (Red+Green+Blue) = 197+204+205=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #C5CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCD is #3A3332. Grayscale: #CACACA. Windows color (decimal): -3814195 or 13487301. OLE color: 13487301.

HSL color Cylindrical-coordinate representation of color #C5CCCD: hue angle of 187.5º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C5CCCD is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 204 205 -
CMYK 0.04 0.00 0 0.20
HSL 187.5º 0.07% 0.79% -
HSV(B) 187.5º 0.04% 0.8% -
XYZ 55.64 59.46 66.3 -
YUV 202.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 197 204 205 0.04 0.00 0 0.20 187.5 0.07 0.79
Hex C5 CC CD 4 0 0 14 BC 7 4F
Octal 305 314 315 4 0 0 24 274 7 117
Binary 11000101 11001100 11001101 100 0 0 10100 10111100 111 1001111

Color Harmonies of #C5CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCCD

Black with #C5CCCD

Text Example


Text Example

White with #C5CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCCD; }

 p { color: rgb(197,204,205); }

 H1.HeaderClassName
 {
   color: #C5CCCD;
 }
 .AnyTagClassName
 {
   color: #C5CCCD;
 }
</style>

background-color css

<style>
 a { background-color: #C5CCCD; }

 a { background-color: rgb(197,204,205); }

 div.DivClassName
 {
   background-color: #C5CCCD;
 }
 .BgClassName
 {
   background-color: #C5CCCD;
 }
</style>

border-color css

<style>
 span { border-color: #C5CCCD; }

 span { border-color: rgb(197,204,205); }

 td.TdClassName
 {
   border-color: #C5CCCD;
 }
 .TagClassName
 {
   border-color: #C5CCCD;
 }
</style>