Html Css Color HEX #C3CACC Iron

📋 copy color: '#C3CACC'

red 195 ◦ green 202 ◦ blue 204

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

Shades of Iron #C3CACC

Tints of Iron #C3CACC

RGB

 RED value IS 195 (76.56% from 255) = 32.45%

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

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

R = 32.45%
G = 33.61%
B = 33.94%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3CACC (or 0xC3CACC) is known color: Iron. HEX triplet: C3, CA and CC. RGB value is (195,202,204). Sum of RGB (Red+Green+Blue) = 195+202+204=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3CACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACC is #3C3533. Grayscale: #C8C8C8. Windows color (decimal): -3945780 or 13421251. OLE color: 13421251.

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

Color convert

RGB 195 202 204 -
CMYK 0.04 0.01 0 0.2
HSL 193.33º 0.08% 0.78% -
HSV(B) 193.33º 0.04% 0.8% -
XYZ 54.53 58.2 65.49 -
YUV 200.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 195 202 204 0.04 0.01 0 0.2 193.33 0.08 0.78
Hex C3 CA CC 4 1 0 14 C1 8 4E
Octal 303 312 314 4 1 0 24 301 10 116
Binary 11000011 11001010 11001100 100 1 0 10100 11000001 1000 1001110

Color Harmonies of #C3CACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CACC

Black with #C3CACC

Text Example


Text Example

White with #C3CACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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