Html Css Color HEX #C0BB61 Dark Khaki

📋 copy color: '#C0BB61'

red 192 ◦ green 187 ◦ blue 97

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

Shades of Dark Khaki #C0BB61

Tints of Dark Khaki #C0BB61

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.29%

 BLUE value IS 97 (38.28% from 255) = 20.38%

R = 40.34%
G = 39.29%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C0BB61 (or 0xC0BB61) is known color: Dark Khaki. HEX triplet: C0, BB and 61. RGB value is (192,187,97). Sum of RGB (Red+Green+Blue) = 192+187+97=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 97 (38.28% from 255 or 20.38% from 476); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB61 is #3F449E. Grayscale: #B2B2B2. Windows color (decimal): -4146335 or 6405056. OLE color: 6405056.

HSL color Cylindrical-coordinate representation of color #C0BB61: hue angle of 56.84º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C0BB61 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 97 -
CMYK 0 0.03 0.49 0.25
HSL 56.84º 0.43% 0.57% -
HSV(B) 56.84º 0.49% 0.75% -
XYZ 41.67 47.61 18.3 -
YUV 178.24 82.16 137.82 -
System Red Green Blue C M Y K H S L
Decimal 192 187 97 0 0.03 0.49 0.25 56.84 0.43 0.57
Hex C0 BB 61 0 3 31 19 39 2B 39
Octal 300 273 141 0 3 61 31 71 53 71
Binary 11000000 10111011 1100001 0 11 110001 11001 111001 101011 111001

Color Harmonies of #C0BB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB61

Black with #C0BB61

Text Example


Text Example

White with #C0BB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB61; }

 p { color: rgb(192,187,97); }

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

background-color css

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

 a { background-color: rgb(192,187,97); }

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

border-color css

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

 span { border-color: rgb(192,187,97); }

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