Html Css Color HEX #C6CACC Iron

📋 copy color: '#C6CACC'

red 198 ◦ green 202 ◦ blue 204

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

Shades of Iron #C6CACC

Tints of Iron #C6CACC

RGB

 RED value IS 198 (77.73% from 255) = 32.78%

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

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

R = 32.78%
G = 33.44%
B = 33.77%

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

#C6CACC (or 0xC6CACC) is known color: Iron. HEX triplet: C6, CA and CC. RGB value is (198,202,204). Sum of RGB (Red+Green+Blue) = 198+202+204=604 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.78% from 604); Green value is 202 (79.30% from 255 or 33.44% 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 #C6CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CACC is #393533. Grayscale: #C9C9C9. Windows color (decimal): -3749172 or 13421254. OLE color: 13421254.

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

Color convert

RGB 198 202 204 -
CMYK 0.03 0.01 0 0.2
HSL 200º 0.06% 0.79% -
HSV(B) 200º 0.03% 0.8% -
XYZ 55.31 58.61 65.52 -
YUV 201.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 198 202 204 0.03 0.01 0 0.2 200 0.06 0.79
Hex C6 CA CC 3 1 0 14 C8 6 4F
Octal 306 312 314 3 1 0 24 310 6 117
Binary 11000110 11001010 11001100 11 1 0 10100 11001000 110 1001111

Color Harmonies of #C6CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CACC

Black with #C6CACC

Text Example


Text Example

White with #C6CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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