Html Css Color HEX #C0B88A Coriander

📋 copy color: '#C0B88A'

red 192 ◦ green 184 ◦ blue 138

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

Shades of Coriander #C0B88A

Tints of Coriander #C0B88A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.8%

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 37.35%
G = 35.8%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0B88A (or 0xC0B88A) is known color: Coriander. HEX triplet: C0, B8 and 8A. RGB value is (192,184,138). Sum of RGB (Red+Green+Blue) = 192+184+138=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B88A is #3F4775. Grayscale: #B5B5B5. Windows color (decimal): -4147062 or 9091264. OLE color: 9091264.

HSL color Cylindrical-coordinate representation of color #C0B88A: hue angle of 51.11º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0B88A is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 138 -
CMYK 0 0.04 0.28 0.25
HSL 51.11º 0.3% 0.65% -
HSV(B) 51.11º 0.28% 0.75% -
XYZ 43.47 47.32 30.89 -
YUV 181.15 103.65 135.74 -
System Red Green Blue C M Y K H S L
Decimal 192 184 138 0 0.04 0.28 0.25 51.11 0.3 0.65
Hex C0 B8 8A 0 4 1C 19 33 1E 41
Octal 300 270 212 0 4 34 31 63 36 101
Binary 11000000 10111000 10001010 0 100 11100 11001 110011 11110 1000001

Color Harmonies of #C0B88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B88A

Black with #C0B88A

Text Example


Text Example

White with #C0B88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B88A; }

 p { color: rgb(192,184,138); }

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

background-color css

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

 a { background-color: rgb(192,184,138); }

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

border-color css

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

 span { border-color: rgb(192,184,138); }

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