Html Css Color HEX #C2C9CC Heather

📋 copy color: '#C2C9CC'

red 194 ◦ green 201 ◦ blue 204

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

Shades of Heather #C2C9CC

Tints of Heather #C2C9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.56%

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

R = 32.39%
G = 33.56%
B = 34.06%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C2C9CC (or 0xC2C9CC) is known color: Heather. HEX triplet: C2, C9 and CC. RGB value is (194,201,204). Sum of RGB (Red+Green+Blue) = 194+201+204=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 201 (78.91% from 255 or 33.56% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 204 - color contains mainly: blue. Hex color #C2C9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C9CC is #3D3633. Grayscale: #C7C7C7. Windows color (decimal): -4011572 or 13420994. OLE color: 13420994.

HSL color Cylindrical-coordinate representation of color #C2C9CC: hue angle of 198º degrees, saturation: 0.09, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2C9CC is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 201 204 -
CMYK 0.05 0.01 0 0.2
HSL 198º 0.09% 0.78% -
HSV(B) 198º 0.05% 0.8% -
XYZ 54.03 57.6 65.4 -
YUV 199.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 194 201 204 0.05 0.01 0 0.2 198 0.09 0.78
Hex C2 C9 CC 5 1 0 14 C6 9 4E
Octal 302 311 314 5 1 0 24 306 11 116
Binary 11000010 11001001 11001100 101 1 0 10100 11000110 1001 1001110

Color Harmonies of #C2C9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C9CC

Black with #C2C9CC

Text Example


Text Example

White with #C2C9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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