Html Css Color HEX #C0B5A3 Tea

📋 copy color: '#C0B5A3'

red 192 ◦ green 181 ◦ blue 163

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

Shades of Tea #C0B5A3

Tints of Tea #C0B5A3

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.77%

 BLUE value IS 163 (64.06% from 255) = 30.41%

R = 35.82%
G = 33.77%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#C0B5A3 (or 0xC0B5A3) is known color: Tea. HEX triplet: C0, B5 and A3. RGB value is (192,181,163). Sum of RGB (Red+Green+Blue) = 192+181+163=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 163 (64.06% from 255 or 30.41% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B5A3 is #3F4A5C. Grayscale: #B6B6B6. Windows color (decimal): -4147805 or 10728896. OLE color: 10728896.

HSL color Cylindrical-coordinate representation of color #C0B5A3: hue angle of 37.24º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0B5A3 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 163 -
CMYK 0 0.06 0.15 0.25
HSL 37.24º 0.19% 0.7% -
HSV(B) 37.24º 0.15% 0.75% -
XYZ 44.87 46.9 41.34 -
YUV 182.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 192 181 163 0 0.06 0.15 0.25 37.24 0.19 0.7
Hex C0 B5 A3 0 6 F 19 25 13 46
Octal 300 265 243 0 6 17 31 45 23 106
Binary 11000000 10110101 10100011 0 110 1111 11001 100101 10011 1000110

Color Harmonies of #C0B5A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B5A3

Black with #C0B5A3

Text Example


Text Example

White with #C0B5A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B5A3; }

 p { color: rgb(192,181,163); }

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

background-color css

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

 a { background-color: rgb(192,181,163); }

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

border-color css

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

 span { border-color: rgb(192,181,163); }

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