Html Css Color HEX #C5CCCE Iron

📋 copy color: '#C5CCCE'

red 197 ◦ green 204 ◦ blue 206

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

Shades of Iron #C5CCCE

Tints of Iron #C5CCCE

RGB

 RED value IS 197 (77.34% from 255) = 32.45%

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

 BLUE value IS 206 (80.86% 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.19

RGB Variations

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

Color information

#C5CCCE (or 0xC5CCCE) is known color: Iron. HEX triplet: C5, CC and CE. RGB value is (197,204,206). Sum of RGB (Red+Green+Blue) = 197+204+206=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 206 - color contains mainly: blue. Hex color #C5CCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CCCE is #3A3331. Grayscale: #CACACA. Windows color (decimal): -3814194 or 13552837. OLE color: 13552837.

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

Color convert

RGB 197 204 206 -
CMYK 0.04 0.01 0 0.19
HSL 193.33º 0.08% 0.79% -
HSV(B) 193.33º 0.04% 0.81% -
XYZ 55.76 59.51 66.94 -
YUV 202.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 197 204 206 0.04 0.01 0 0.19 193.33 0.08 0.79
Hex C5 CC CE 4 1 0 13 C1 8 4F
Octal 305 314 316 4 1 0 23 301 10 117
Binary 11000101 11001100 11001110 100 1 0 10011 11000001 1000 1001111

Color Harmonies of #C5CCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCCE

Black with #C5CCCE

Text Example


Text Example

White with #C5CCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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