Html Css Color HEX #C0BB67 Dark Khaki

📋 copy color: '#C0BB67'

red 192 ◦ green 187 ◦ blue 103

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

Shades of Dark Khaki #C0BB67

Tints of Dark Khaki #C0BB67

RGB

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

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

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

R = 39.83%
G = 38.8%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0BB67 (or 0xC0BB67) is known color: Dark Khaki. HEX triplet: C0, BB and 67. RGB value is (192,187,103). Sum of RGB (Red+Green+Blue) = 192+187+103=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB67 is #3F4498. Grayscale: #B3B3B3. Windows color (decimal): -4146329 or 6798272. OLE color: 6798272.

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

Color convert

RGB 192 187 103 -
CMYK 0 0.03 0.46 0.25
HSL 56.63º 0.41% 0.58% -
HSV(B) 56.63º 0.46% 0.75% -
XYZ 41.96 47.73 19.83 -
YUV 178.92 85.16 137.33 -
System Red Green Blue C M Y K H S L
Decimal 192 187 103 0 0.03 0.46 0.25 56.63 0.41 0.58
Hex C0 BB 67 0 3 2E 19 39 29 3A
Octal 300 273 147 0 3 56 31 71 51 72
Binary 11000000 10111011 1100111 0 11 101110 11001 111001 101001 111010

Color Harmonies of #C0BB67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB67

Black with #C0BB67

Text Example


Text Example

White with #C0BB67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB67; }

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

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

background-color css

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

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

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

border-color css

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

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

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