Html Css Color HEX #C0BE65 Dark Khaki

📋 copy color: '#C0BE65'

red 192 ◦ green 190 ◦ blue 101

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

Shades of Dark Khaki #C0BE65

Tints of Dark Khaki #C0BE65

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.34%

 BLUE value IS 101 (39.84% from 255) = 20.91%

R = 39.75%
G = 39.34%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C0BE65 (or 0xC0BE65) is known color: Dark Khaki. HEX triplet: C0, BE and 65. RGB value is (192,190,101). Sum of RGB (Red+Green+Blue) = 192+190+101=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE65 is #3F419A. Grayscale: #B4B4B4. Windows color (decimal): -4145563 or 6667968. OLE color: 6667968.

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

Color convert

RGB 192 190 101 -
CMYK 0 0.01 0.47 0.25
HSL 58.68º 0.42% 0.57% -
HSV(B) 58.68º 0.47% 0.75% -
XYZ 42.5 48.97 19.52 -
YUV 180.45 83.16 136.24 -
System Red Green Blue C M Y K H S L
Decimal 192 190 101 0 0.01 0.47 0.25 58.68 0.42 0.57
Hex C0 BE 65 0 1 2F 19 3B 2A 39
Octal 300 276 145 0 1 57 31 73 52 71
Binary 11000000 10111110 1100101 0 1 101111 11001 111011 101010 111001

Color Harmonies of #C0BE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE65

Black with #C0BE65

Text Example


Text Example

White with #C0BE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE65; }

 p { color: rgb(192,190,101); }

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

background-color css

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

 a { background-color: rgb(192,190,101); }

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

border-color css

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

 span { border-color: rgb(192,190,101); }

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