Html Css Color HEX #C3CACB Iron

📋 copy color: '#C3CACB'

red 195 ◦ green 202 ◦ blue 203

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

Shades of Iron #C3CACB

Tints of Iron #C3CACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.83%

R = 32.5%
G = 33.67%
B = 33.83%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C3CACB (or 0xC3CACB) is known color: Iron. HEX triplet: C3, CA and CB. RGB value is (195,202,203). Sum of RGB (Red+Green+Blue) = 195+202+203=600 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.5% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CACB is #3C3534. Grayscale: #C8C8C8. Windows color (decimal): -3945781 or 13355715. OLE color: 13355715.

HSL color Cylindrical-coordinate representation of color #C3CACB: hue angle of 187.5º 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 #C3CACB is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 202 203 -
CMYK 0.04 0.00 0 0.20
HSL 187.5º 0.07% 0.78% -
HSV(B) 187.5º 0.04% 0.8% -
XYZ 54.41 58.15 64.86 -
YUV 200.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 195 202 203 0.04 0.00 0 0.20 187.5 0.07 0.78
Hex C3 CA CB 4 0 0 14 BC 7 4E
Octal 303 312 313 4 0 0 24 274 7 116
Binary 11000011 11001010 11001011 100 0 0 10100 10111100 111 1001110

Color Harmonies of #C3CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CACB

Black with #C3CACB

Text Example


Text Example

White with #C3CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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