Html Css Color HEX #C0C9CD Heather

📋 copy color: '#C0C9CD'

red 192 ◦ green 201 ◦ blue 205

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

Shades of Heather #C0C9CD

Tints of Heather #C0C9CD

RGB

 RED value IS 192 (75.39% from 255) = 32.11%

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

 BLUE value IS 205 (80.47% from 255) = 34.28%

R = 32.11%
G = 33.61%
B = 34.28%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C0C9CD (or 0xC0C9CD) is known color: Heather. HEX triplet: C0, C9 and CD. RGB value is (192,201,205). Sum of RGB (Red+Green+Blue) = 192+201+205=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 201 (78.91% from 255 or 33.61% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 205 - color contains mainly: blue. Hex color #C0C9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C9CD is #3F3632. Grayscale: #C6C6C6. Windows color (decimal): -4142643 or 13486528. OLE color: 13486528.

HSL color Cylindrical-coordinate representation of color #C0C9CD: hue angle of 198.46º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0C9CD is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 201 205 -
CMYK 0.06 0.02 0 0.20
HSL 198.46º 0.12% 0.78% -
HSV(B) 198.46º 0.06% 0.8% -
XYZ 53.64 57.39 66.01 -
YUV 198.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 192 201 205 0.06 0.02 0 0.20 198.46 0.12 0.78
Hex C0 C9 CD 6 2 0 14 C6 C 4E
Octal 300 311 315 6 2 0 24 306 14 116
Binary 11000000 11001001 11001101 110 10 0 10100 11000110 1100 1001110

Color Harmonies of #C0C9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C9CD

Black with #C0C9CD

Text Example


Text Example

White with #C0C9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C9CD; }

 p { color: rgb(192,201,205); }

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

background-color css

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

 a { background-color: rgb(192,201,205); }

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

border-color css

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

 span { border-color: rgb(192,201,205); }

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