Html Css Color HEX #C0B4A4 Tea

📋 copy color: '#C0B4A4'

red 192 ◦ green 180 ◦ blue 164

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

Shades of Tea #C0B4A4

Tints of Tea #C0B4A4

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.58%

 BLUE value IS 164 (64.45% from 255) = 30.6%

R = 35.82%
G = 33.58%
B = 30.6%

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

#C0B4A4 (or 0xC0B4A4) is known color: Tea. HEX triplet: C0, B4 and A4. RGB value is (192,180,164). Sum of RGB (Red+Green+Blue) = 192+180+164=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B4A4 is #3F4B5B. Grayscale: #B5B5B5. Windows color (decimal): -4148060 or 10794176. OLE color: 10794176.

HSL color Cylindrical-coordinate representation of color #C0B4A4: hue angle of 34.29º degrees, saturation: 0.18, 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 #C0B4A4 is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 164 -
CMYK 0 0.06 0.15 0.25
HSL 34.29º 0.18% 0.7% -
HSV(B) 34.29º 0.15% 0.75% -
XYZ 44.76 46.53 41.74 -
YUV 181.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 192 180 164 0 0.06 0.15 0.25 34.29 0.18 0.7
Hex C0 B4 A4 0 6 F 19 22 12 46
Octal 300 264 244 0 6 17 31 42 22 106
Binary 11000000 10110100 10100100 0 110 1111 11001 100010 10010 1000110

Color Harmonies of #C0B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B4A4

Black with #C0B4A4

Text Example


Text Example

White with #C0B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B4A4; }

 p { color: rgb(192,180,164); }

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

background-color css

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

 a { background-color: rgb(192,180,164); }

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

border-color css

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

 span { border-color: rgb(192,180,164); }

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