Html Css Color HEX #C5CBCC Iron

📋 copy color: '#C5CBCC'

red 197 ◦ green 203 ◦ blue 204

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

Shades of Iron #C5CBCC

Tints of Iron #C5CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.61%

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 32.62%
G = 33.61%
B = 33.77%

CMYK

 C value IS 0.03

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5CBCC (or 0xC5CBCC) is known color: Iron. HEX triplet: C5, CB and CC. RGB value is (197,203,204). Sum of RGB (Red+Green+Blue) = 197+203+204=604 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.62% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CBCC is #3A3433. Grayscale: #C9C9C9. Windows color (decimal): -3814452 or 13421509. OLE color: 13421509.

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

Color convert

RGB 197 203 204 -
CMYK 0.03 0.00 0 0.2
HSL 188.57º 0.06% 0.79% -
HSV(B) 188.57º 0.03% 0.8% -
XYZ 55.28 58.94 65.59 -
YUV 201.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 197 203 204 0.03 0.00 0 0.2 188.57 0.06 0.79
Hex C5 CB CC 3 0 0 14 BD 6 4F
Octal 305 313 314 3 0 0 24 275 6 117
Binary 11000101 11001011 11001100 11 0 0 10100 10111101 110 1001111

Color Harmonies of #C5CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CBCC

Black with #C5CBCC

Text Example


Text Example

White with #C5CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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