Html Css Color HEX #C0C7CA Heather

📋 copy color: '#C0C7CA'

red 192 ◦ green 199 ◦ blue 202

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

Shades of Heather #C0C7CA

Tints of Heather #C0C7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.56%

 BLUE value IS 202 (79.3% from 255) = 34.06%

R = 32.38%
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.21

RGB Variations

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

Color information

#C0C7CA (or 0xC0C7CA) is known color: Heather. HEX triplet: C0, C7 and CA. RGB value is (192,199,202). Sum of RGB (Red+Green+Blue) = 192+199+202=593 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.38% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 202 - color contains mainly: blue. Hex color #C0C7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C7CA is #3F3835. Grayscale: #C5C5C5. Windows color (decimal): -4143158 or 13289408. OLE color: 13289408.

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

Color convert

RGB 192 199 202 -
CMYK 0.05 0.01 0 0.21
HSL 198º 0.09% 0.77% -
HSV(B) 198º 0.05% 0.79% -
XYZ 52.82 56.32 63.96 -
YUV 197.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 192 199 202 0.05 0.01 0 0.21 198 0.09 0.77
Hex C0 C7 CA 5 1 0 15 C6 9 4D
Octal 300 307 312 5 1 0 25 306 11 115
Binary 11000000 11000111 11001010 101 1 0 10101 11000110 1001 1001101

Color Harmonies of #C0C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C7CA

Black with #C0C7CA

Text Example


Text Example

White with #C0C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C7CA; }

 p { color: rgb(192,199,202); }

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

background-color css

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

 a { background-color: rgb(192,199,202); }

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

border-color css

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

 span { border-color: rgb(192,199,202); }

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