Html Css Color HEX #C3CBCC Iron

📋 copy color: '#C3CBCC'

red 195 ◦ green 203 ◦ blue 204

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

Shades of Iron #C3CBCC

Tints of Iron #C3CBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.72%

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

R = 32.39%
G = 33.72%
B = 33.89%

CMYK

 C value IS 0.04

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C3CBCC (or 0xC3CBCC) is known color: Iron. HEX triplet: C3, CB and CC. RGB value is (195,203,204). Sum of RGB (Red+Green+Blue) = 195+203+204=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 204 - color contains mainly: blue. Hex color #C3CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CBCC is #3C3433. Grayscale: #C8C8C8. Windows color (decimal): -3945524 or 13421507. OLE color: 13421507.

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

Color convert

RGB 195 203 204 -
CMYK 0.04 0.00 0 0.2
HSL 186.67º 0.08% 0.78% -
HSV(B) 186.67º 0.04% 0.8% -
XYZ 54.76 58.67 65.57 -
YUV 200.72 129.85 123.92 -
System Red Green Blue C M Y K H S L
Decimal 195 203 204 0.04 0.00 0 0.2 186.67 0.08 0.78
Hex C3 CB CC 4 0 0 14 BB 8 4E
Octal 303 313 314 4 0 0 24 273 10 116
Binary 11000011 11001011 11001100 100 0 0 10100 10111011 1000 1001110

Color Harmonies of #C3CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CBCC

Black with #C3CBCC

Text Example


Text Example

White with #C3CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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