Html Css Color HEX #C0BB62 Dark Khaki

📋 copy color: '#C0BB62'

red 192 ◦ green 187 ◦ blue 98

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

Shades of Dark Khaki #C0BB62

Tints of Dark Khaki #C0BB62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.55%

R = 40.25%
G = 39.2%
B = 20.55%

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

#C0BB62 (or 0xC0BB62) is known color: Dark Khaki. HEX triplet: C0, BB and 62. RGB value is (192,187,98). Sum of RGB (Red+Green+Blue) = 192+187+98=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB62 is #3F449D. Grayscale: #B2B2B2. Windows color (decimal): -4146334 or 6470592. OLE color: 6470592.

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

Color convert

RGB 192 187 98 -
CMYK 0 0.03 0.49 0.25
HSL 56.81º 0.43% 0.57% -
HSV(B) 56.81º 0.49% 0.75% -
XYZ 41.71 47.63 18.55 -
YUV 178.35 82.66 137.74 -
System Red Green Blue C M Y K H S L
Decimal 192 187 98 0 0.03 0.49 0.25 56.81 0.43 0.57
Hex C0 BB 62 0 3 31 19 39 2B 39
Octal 300 273 142 0 3 61 31 71 53 71
Binary 11000000 10111011 1100010 0 11 110001 11001 111001 101011 111001

Color Harmonies of #C0BB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB62

Black with #C0BB62

Text Example


Text Example

White with #C0BB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB62; }

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

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

background-color css

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

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

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

border-color css

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

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

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