Html Css Color HEX #C2CACC Iron

📋 copy color: '#C2CACC'

red 194 ◦ green 202 ◦ blue 204

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

Shades of Iron #C2CACC

Tints of Iron #C2CACC

RGB

 RED value IS 194 (76.17% from 255) = 32.33%

 GREEN value IS 202 (79.3% from 255) = 33.67%

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

R = 32.33%
G = 33.67%
B = 34%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C2CACC (or 0xC2CACC) is known color: Iron. HEX triplet: C2, CA and CC. RGB value is (194,202,204). Sum of RGB (Red+Green+Blue) = 194+202+204=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CACC is #3D3533. Grayscale: #C7C7C7. Windows color (decimal): -4011316 or 13421250. OLE color: 13421250.

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

Color convert

RGB 194 202 204 -
CMYK 0.05 0.01 0 0.2
HSL 192º 0.09% 0.78% -
HSV(B) 192º 0.05% 0.8% -
XYZ 54.27 58.07 65.48 -
YUV 199.84 130.35 123.84 -
System Red Green Blue C M Y K H S L
Decimal 194 202 204 0.05 0.01 0 0.2 192 0.09 0.78
Hex C2 CA CC 5 1 0 14 C0 9 4E
Octal 302 312 314 5 1 0 24 300 11 116
Binary 11000010 11001010 11001100 101 1 0 10100 11000000 1001 1001110

Color Harmonies of #C2CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CACC

Black with #C2CACC

Text Example


Text Example

White with #C2CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CACC; }

 p { color: rgb(194,202,204); }

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

background-color css

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

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

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

border-color css

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

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

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