Html Css Color HEX #C4CCCC Iron

📋 copy color: '#C4CCCC'

red 196 ◦ green 204 ◦ blue 204

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

Shades of Iron #C4CCCC

Tints of Iron #C4CCCC

RGB

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

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

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

R = 32.45%
G = 33.77%
B = 33.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C4CCCC (or 0xC4CCCC) is known color: Iron. HEX triplet: C4, CC and CC. RGB value is (196,204,204). Sum of RGB (Red+Green+Blue) = 196+204+204=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #C4CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCCC is #3B3333. Grayscale: #C9C9C9. Windows color (decimal): -3879732 or 13421764. OLE color: 13421764.

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

Color convert

RGB 196 204 204 -
CMYK 0.04 0 0 0.2
HSL 180º 0.07% 0.78% -
HSV(B) 180º 0.04% 0.8% -
XYZ 55.26 59.28 65.66 -
YUV 201.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 196 204 204 0.04 0 0 0.2 180 0.07 0.78
Hex C4 CC CC 4 0 0 14 B4 7 4E
Octal 304 314 314 4 0 0 24 264 7 116
Binary 11000100 11001100 11001100 100 0 0 10100 10110100 111 1001110

Color Harmonies of #C4CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCCC

Black with #C4CCCC

Text Example


Text Example

White with #C4CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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