Html Css Color HEX #C4CBCB Iron

📋 copy color: '#C4CBCB'

red 196 ◦ green 203 ◦ blue 203

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

Shades of Iron #C4CBCB

Tints of Iron #C4CBCB

RGB

 RED value IS 196 (76.95% from 255) = 32.56%

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

 BLUE value IS 203 (79.69% from 255) = 33.72%

R = 32.56%
G = 33.72%
B = 33.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4CBCB (or 0xC4CBCB) is known color: Iron. HEX triplet: C4, CB and CB. RGB value is (196,203,203). Sum of RGB (Red+Green+Blue) = 196+203+203=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 203 - color contains mainly: green, blue. Hex color #C4CBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CBCB is #3B3434. Grayscale: #C8C8C8. Windows color (decimal): -3879989 or 13355972. OLE color: 13355972.

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

Color convert

RGB 196 203 203 -
CMYK 0.03 0 0 0.20
HSL 180º 0.06% 0.78% -
HSV(B) 180º 0.03% 0.8% -
XYZ 54.9 58.76 64.95 -
YUV 200.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 196 203 203 0.03 0 0 0.20 180 0.06 0.78
Hex C4 CB CB 3 0 0 14 B4 6 4E
Octal 304 313 313 3 0 0 24 264 6 116
Binary 11000100 11001011 11001011 11 0 0 10100 10110100 110 1001110

Color Harmonies of #C4CBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CBCB

Black with #C4CBCB

Text Example


Text Example

White with #C4CBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CBCB; }

 p { color: rgb(196,203,203); }

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

background-color css

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

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

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

border-color css

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

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

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