Html Css Color HEX #C2CCCF Iron

📋 copy color: '#C2CCCF'

red 194 ◦ green 204 ◦ blue 207

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

Shades of Iron #C2CCCF

Tints of Iron #C2CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 32.07%
G = 33.72%
B = 34.21%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C2CCCF (or 0xC2CCCF) is known color: Iron. HEX triplet: C2, CC and CF. RGB value is (194,204,207). Sum of RGB (Red+Green+Blue) = 194+204+207=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2CCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCCF is #3D3330. Grayscale: #C9C9C9. Windows color (decimal): -4010801 or 13618370. OLE color: 13618370.

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

Color convert

RGB 194 204 207 -
CMYK 0.06 0.01 0 0.19
HSL 193.85º 0.12% 0.79% -
HSV(B) 193.85º 0.06% 0.81% -
XYZ 55.1 59.16 67.55 -
YUV 201.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 194 204 207 0.06 0.01 0 0.19 193.85 0.12 0.79
Hex C2 CC CF 6 1 0 13 C2 C 4F
Octal 302 314 317 6 1 0 23 302 14 117
Binary 11000010 11001100 11001111 110 1 0 10011 11000010 1100 1001111

Color Harmonies of #C2CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCCF

Black with #C2CCCF

Text Example


Text Example

White with #C2CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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