Html Css Color HEX #C0B68A Coriander

📋 copy color: '#C0B68A'

red 192 ◦ green 182 ◦ blue 138

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

Shades of Coriander #C0B68A

Tints of Coriander #C0B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.55%

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

R = 37.5%
G = 35.55%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0B68A (or 0xC0B68A) is known color: Coriander. HEX triplet: C0, B6 and 8A. RGB value is (192,182,138). Sum of RGB (Red+Green+Blue) = 192+182+138=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B68A is #3F4975. Grayscale: #B4B4B4. Windows color (decimal): -4147574 or 9090752. OLE color: 9090752.

HSL color Cylindrical-coordinate representation of color #C0B68A: hue angle of 48.89º 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 #C0B68A is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 182 138 -
CMYK 0 0.05 0.28 0.25
HSL 48.89º 0.3% 0.65% -
HSV(B) 48.89º 0.28% 0.75% -
XYZ 43.05 46.5 30.75 -
YUV 179.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 192 182 138 0 0.05 0.28 0.25 48.89 0.3 0.65
Hex C0 B6 8A 0 5 1C 19 31 1E 41
Octal 300 266 212 0 5 34 31 61 36 101
Binary 11000000 10110110 10001010 0 101 11100 11001 110001 11110 1000001

Color Harmonies of #C0B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B68A

Black with #C0B68A

Text Example


Text Example

White with #C0B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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