Html Css Color HEX #C0BF69 Dark Khaki

📋 copy color: '#C0BF69'

red 192 ◦ green 191 ◦ blue 105

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

Shades of Dark Khaki #C0BF69

Tints of Dark Khaki #C0BF69

RGB

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

 GREEN value IS 191 (75% from 255) = 39.14%

 BLUE value IS 105 (41.41% from 255) = 21.52%

R = 39.34%
G = 39.14%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C0BF69 (or 0xC0BF69) is known color: Dark Khaki. HEX triplet: C0, BF and 69. RGB value is (192,191,105). Sum of RGB (Red+Green+Blue) = 192+191+105=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF69 is #3F4096. Grayscale: #B5B5B5. Windows color (decimal): -4145303 or 6930368. OLE color: 6930368.

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

Color convert

RGB 192 191 105 -
CMYK 0 0.01 0.45 0.25
HSL 59.31º 0.41% 0.58% -
HSV(B) 59.31º 0.45% 0.75% -
XYZ 42.92 49.49 20.65 -
YUV 181.5 84.83 135.49 -
System Red Green Blue C M Y K H S L
Decimal 192 191 105 0 0.01 0.45 0.25 59.31 0.41 0.58
Hex C0 BF 69 0 1 2D 19 3B 29 3A
Octal 300 277 151 0 1 55 31 73 51 72
Binary 11000000 10111111 1101001 0 1 101101 11001 111011 101001 111010

Color Harmonies of #C0BF69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF69

Black with #C0BF69

Text Example


Text Example

White with #C0BF69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF69; }

 p { color: rgb(192,191,105); }

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

background-color css

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

 a { background-color: rgb(192,191,105); }

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

border-color css

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

 span { border-color: rgb(192,191,105); }

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