Html Css Color HEX #C2CCD0 Iron

📋 copy color: '#C2CCD0'

red 194 ◦ green 204 ◦ blue 208

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

Shades of Iron #C2CCD0

Tints of Iron #C2CCD0

RGB

 RED value IS 194 (76.17% from 255) = 32.01%

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

 BLUE value IS 208 (81.64% from 255) = 34.32%

R = 32.01%
G = 33.66%
B = 34.32%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C2CCD0 (or 0xC2CCD0) is known color: Iron. HEX triplet: C2, CC and D0. RGB value is (194,204,208). Sum of RGB (Red+Green+Blue) = 194+204+208=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 204 (80.08% from 255 or 33.66% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 208 - color contains mainly: blue. Hex color #C2CCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCD0 is #3D332F. Grayscale: #C9C9C9. Windows color (decimal): -4010800 or 13683906. OLE color: 13683906.

HSL color Cylindrical-coordinate representation of color #C2CCD0: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C2CCD0 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 204 208 -
CMYK 0.07 0.02 0 0.18
HSL 197.14º 0.13% 0.79% -
HSV(B) 197.14º 0.07% 0.82% -
XYZ 55.23 59.21 68.19 -
YUV 201.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 194 204 208 0.07 0.02 0 0.18 197.14 0.13 0.79
Hex C2 CC D0 7 2 0 12 C5 D 4F
Octal 302 314 320 7 2 0 22 305 15 117
Binary 11000010 11001100 11010000 111 10 0 10010 11000101 1101 1001111

Color Harmonies of #C2CCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCD0

Black with #C2CCD0

Text Example


Text Example

White with #C2CCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCD0; }

 p { color: rgb(194,204,208); }

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

background-color css

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

 a { background-color: rgb(194,204,208); }

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

border-color css

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

 span { border-color: rgb(194,204,208); }

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