Html Css Color HEX #C5CACC Iron

📋 copy color: '#C5CACC'

red 197 ◦ green 202 ◦ blue 204

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

Shades of Iron #C5CACC

Tints of Iron #C5CACC

RGB

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

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

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

R = 32.67%
G = 33.5%
B = 33.83%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C5CACC (or 0xC5CACC) is known color: Iron. HEX triplet: C5, CA and CC. RGB value is (197,202,204). Sum of RGB (Red+Green+Blue) = 197+202+204=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 202 (79.30% from 255 or 33.50% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 204 - color contains mainly: blue. Hex color #C5CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CACC is #3A3533. Grayscale: #C8C8C8. Windows color (decimal): -3814708 or 13421253. OLE color: 13421253.

HSL color Cylindrical-coordinate representation of color #C5CACC: hue angle of 197.14º 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 #C5CACC is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 202 204 -
CMYK 0.03 0.01 0 0.2
HSL 197.14º 0.06% 0.79% -
HSV(B) 197.14º 0.03% 0.8% -
XYZ 55.05 58.47 65.51 -
YUV 200.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 197 202 204 0.03 0.01 0 0.2 197.14 0.06 0.79
Hex C5 CA CC 3 1 0 14 C5 6 4F
Octal 305 312 314 3 1 0 24 305 6 117
Binary 11000101 11001010 11001100 11 1 0 10100 11000101 110 1001111

Color Harmonies of #C5CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CACC

Black with #C5CACC

Text Example


Text Example

White with #C5CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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