Html Css Color HEX #C0B885 Coriander

📋 copy color: '#C0B885'

red 192 ◦ green 184 ◦ blue 133

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

Shades of Coriander #C0B885

Tints of Coriander #C0B885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.13%

R = 37.72%
G = 36.15%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C0B885 (or 0xC0B885) is known color: Coriander. HEX triplet: C0, B8 and 85. RGB value is (192,184,133). Sum of RGB (Red+Green+Blue) = 192+184+133=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B885 is #3F477A. Grayscale: #B4B4B4. Windows color (decimal): -4147067 or 8763584. OLE color: 8763584.

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

Color convert

RGB 192 184 133 -
CMYK 0 0.04 0.31 0.25
HSL 51.86º 0.32% 0.64% -
HSV(B) 51.86º 0.31% 0.75% -
XYZ 43.11 47.18 29.02 -
YUV 180.58 101.15 136.15 -
System Red Green Blue C M Y K H S L
Decimal 192 184 133 0 0.04 0.31 0.25 51.86 0.32 0.64
Hex C0 B8 85 0 4 1F 19 34 20 40
Octal 300 270 205 0 4 37 31 64 40 100
Binary 11000000 10111000 10000101 0 100 11111 11001 110100 100000 1000000

Color Harmonies of #C0B885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B885

Black with #C0B885

Text Example


Text Example

White with #C0B885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B885; }

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

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

background-color css

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

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

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

border-color css

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

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

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