Html Css Color HEX #C0BE67 Dark Khaki

📋 copy color: '#C0BE67'

red 192 ◦ green 190 ◦ blue 103

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

Shades of Dark Khaki #C0BE67

Tints of Dark Khaki #C0BE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.24%

R = 39.59%
G = 39.18%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0BE67 (or 0xC0BE67) is known color: Dark Khaki. HEX triplet: C0, BE and 67. RGB value is (192,190,103). Sum of RGB (Red+Green+Blue) = 192+190+103=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE67 is #3F4198. Grayscale: #B5B5B5. Windows color (decimal): -4145561 or 6799040. OLE color: 6799040.

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

Color convert

RGB 192 190 103 -
CMYK 0 0.01 0.46 0.25
HSL 58.65º 0.41% 0.58% -
HSV(B) 58.65º 0.46% 0.75% -
XYZ 42.6 49.01 20.05 -
YUV 180.68 84.16 136.07 -
System Red Green Blue C M Y K H S L
Decimal 192 190 103 0 0.01 0.46 0.25 58.65 0.41 0.58
Hex C0 BE 67 0 1 2E 19 3B 29 3A
Octal 300 276 147 0 1 56 31 73 51 72
Binary 11000000 10111110 1100111 0 1 101110 11001 111011 101001 111010

Color Harmonies of #C0BE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BE67

Black with #C0BE67

Text Example


Text Example

White with #C0BE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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