Html Css Color HEX #C1CACB Iron

📋 copy color: '#C1CACB'

red 193 ◦ green 202 ◦ blue 203

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

Shades of Iron #C1CACB

Tints of Iron #C1CACB

RGB

 RED value IS 193 (75.78% from 255) = 32.27%

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

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

R = 32.27%
G = 33.78%
B = 33.95%

CMYK

 C value IS 0.05

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1CACB (or 0xC1CACB) is known color: Iron. HEX triplet: C1, CA and CB. RGB value is (193,202,203). Sum of RGB (Red+Green+Blue) = 193+202+203=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1CACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CACB is #3E3534. Grayscale: #C7C7C7. Windows color (decimal): -4076853 or 13355713. OLE color: 13355713.

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

Color convert

RGB 193 202 203 -
CMYK 0.05 0.00 0 0.20
HSL 186º 0.09% 0.78% -
HSV(B) 186º 0.05% 0.8% -
XYZ 53.89 57.89 64.83 -
YUV 199.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 193 202 203 0.05 0.00 0 0.20 186 0.09 0.78
Hex C1 CA CB 5 0 0 14 BA 9 4E
Octal 301 312 313 5 0 0 24 272 11 116
Binary 11000001 11001010 11001011 101 0 0 10100 10111010 1001 1001110

Color Harmonies of #C1CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CACB

Black with #C1CACB

Text Example


Text Example

White with #C1CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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