Html Css Color HEX #C0B988 Coriander

📋 copy color: '#C0B988'

red 192 ◦ green 185 ◦ blue 136

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

Shades of Coriander #C0B988

Tints of Coriander #C0B988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.06%

 BLUE value IS 136 (53.52% from 255) = 26.51%

R = 37.43%
G = 36.06%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0B988 (or 0xC0B988) is known color: Coriander. HEX triplet: C0, B9 and 88. RGB value is (192,185,136). Sum of RGB (Red+Green+Blue) = 192+185+136=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B988 is #3F4677. Grayscale: #B5B5B5. Windows color (decimal): -4146808 or 8960448. OLE color: 8960448.

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

Color convert

RGB 192 185 136 -
CMYK 0 0.04 0.29 0.25
HSL 52.5º 0.31% 0.64% -
HSV(B) 52.5º 0.29% 0.75% -
XYZ 43.53 47.68 30.2 -
YUV 181.51 102.32 135.48 -
System Red Green Blue C M Y K H S L
Decimal 192 185 136 0 0.04 0.29 0.25 52.5 0.31 0.64
Hex C0 B9 88 0 4 1D 19 34 1F 40
Octal 300 271 210 0 4 35 31 64 37 100
Binary 11000000 10111001 10001000 0 100 11101 11001 110100 11111 1000000

Color Harmonies of #C0B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B988

Black with #C0B988

Text Example


Text Example

White with #C0B988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B988; }

 p { color: rgb(192,185,136); }

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

background-color css

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

 a { background-color: rgb(192,185,136); }

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

border-color css

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

 span { border-color: rgb(192,185,136); }

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