Html Css Color HEX #C0B7A8 Tea

📋 copy color: '#C0B7A8'

red 192 ◦ green 183 ◦ blue 168

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

Shades of Tea #C0B7A8

Tints of Tea #C0B7A8

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.7%

 BLUE value IS 168 (66.02% from 255) = 30.94%

R = 35.36%
G = 33.7%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#C0B7A8 (or 0xC0B7A8) is known color: Tea. HEX triplet: C0, B7 and A8. RGB value is (192,183,168). Sum of RGB (Red+Green+Blue) = 192+183+168=543 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.36% from 543); Green value is 183 (71.88% from 255 or 33.70% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B7A8 is #3F4857. Grayscale: #B8B8B8. Windows color (decimal): -4147288 or 11057088. OLE color: 11057088.

HSL color Cylindrical-coordinate representation of color #C0B7A8: hue angle of 37.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0B7A8 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 183 168 -
CMYK 0 0.05 0.12 0.25
HSL 37.5º 0.16% 0.71% -
HSV(B) 37.5º 0.13% 0.75% -
XYZ 45.74 47.9 43.88 -
YUV 183.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 192 183 168 0 0.05 0.12 0.25 37.5 0.16 0.71
Hex C0 B7 A8 0 5 C 19 26 10 47
Octal 300 267 250 0 5 14 31 46 20 107
Binary 11000000 10110111 10101000 0 101 1100 11001 100110 10000 1000111

Color Harmonies of #C0B7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B7A8

Black with #C0B7A8

Text Example


Text Example

White with #C0B7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B7A8; }

 p { color: rgb(192,183,168); }

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

background-color css

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

 a { background-color: rgb(192,183,168); }

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

border-color css

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

 span { border-color: rgb(192,183,168); }

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