Html Css Color HEX #C3CCCE Iron

📋 copy color: '#C3CCCE'

red 195 ◦ green 204 ◦ blue 206

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

Shades of Iron #C3CCCE

Tints of Iron #C3CCCE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.72%

 BLUE value IS 206 (80.86% from 255) = 34.05%

R = 32.23%
G = 33.72%
B = 34.05%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C3CCCE (or 0xC3CCCE) is known color: Iron. HEX triplet: C3, CC and CE. RGB value is (195,204,206). Sum of RGB (Red+Green+Blue) = 195+204+206=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 206 - color contains mainly: blue. Hex color #C3CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3CCCE is #3C3331. Grayscale: #C9C9C9. Windows color (decimal): -3945266 or 13552835. OLE color: 13552835.

HSL color Cylindrical-coordinate representation of color #C3CCCE: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C3CCCE is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 204 206 -
CMYK 0.05 0.01 0 0.19
HSL 190.91º 0.1% 0.79% -
HSV(B) 190.91º 0.05% 0.81% -
XYZ 55.24 59.24 66.92 -
YUV 201.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 195 204 206 0.05 0.01 0 0.19 190.91 0.1 0.79
Hex C3 CC CE 5 1 0 13 BF A 4F
Octal 303 314 316 5 1 0 23 277 12 117
Binary 11000011 11001100 11001110 101 1 0 10011 10111111 1010 1001111

Color Harmonies of #C3CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CCCE

Black with #C3CCCE

Text Example


Text Example

White with #C3CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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