Html Css Color HEX #C0B795 Coriander

📋 copy color: '#C0B795'

red 192 ◦ green 183 ◦ blue 149

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

Shades of Coriander #C0B795

Tints of Coriander #C0B795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 36.64%
G = 34.92%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#C0B795 (or 0xC0B795) is known color: Coriander. HEX triplet: C0, B7 and 95. RGB value is (192,183,149). Sum of RGB (Red+Green+Blue) = 192+183+149=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B795 is #3F486A. Grayscale: #B5B5B5. Windows color (decimal): -4147307 or 9811904. OLE color: 9811904.

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

Color convert

RGB 192 183 149 -
CMYK 0 0.05 0.22 0.25
HSL 47.44º 0.25% 0.67% -
HSV(B) 47.44º 0.22% 0.75% -
XYZ 44.1 47.24 35.23 -
YUV 181.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 192 183 149 0 0.05 0.22 0.25 47.44 0.25 0.67
Hex C0 B7 95 0 5 16 19 2F 19 43
Octal 300 267 225 0 5 26 31 57 31 103
Binary 11000000 10110111 10010101 0 101 10110 11001 101111 11001 1000011

Color Harmonies of #C0B795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B795

Black with #C0B795

Text Example


Text Example

White with #C0B795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B795; }

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

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

background-color css

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

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

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

border-color css

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

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

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