Html Css Color HEX #C0B26C Dark Khaki

📋 copy color: '#C0B26C'

red 192 ◦ green 178 ◦ blue 108

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

Shades of Dark Khaki #C0B26C

Tints of Dark Khaki #C0B26C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.24%

 BLUE value IS 108 (42.58% from 255) = 22.59%

R = 40.17%
G = 37.24%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0B26C (or 0xC0B26C) is known color: Dark Khaki. HEX triplet: C0, B2 and 6C. RGB value is (192,178,108). Sum of RGB (Red+Green+Blue) = 192+178+108=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B26C is #3F4D93. Grayscale: #AEAEAE. Windows color (decimal): -4148628 or 7123648. OLE color: 7123648.

HSL color Cylindrical-coordinate representation of color #C0B26C: hue angle of 50º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0B26C is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 108 -
CMYK 0 0.07 0.44 0.25
HSL 50º 0.4% 0.59% -
HSV(B) 50º 0.44% 0.75% -
XYZ 40.37 44.13 20.58 -
YUV 174.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 192 178 108 0 0.07 0.44 0.25 50 0.4 0.59
Hex C0 B2 6C 0 7 2C 19 32 28 3B
Octal 300 262 154 0 7 54 31 62 50 73
Binary 11000000 10110010 1101100 0 111 101100 11001 110010 101000 111011

Color Harmonies of #C0B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B26C

Black with #C0B26C

Text Example


Text Example

White with #C0B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B26C; }

 p { color: rgb(192,178,108); }

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

background-color css

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

 a { background-color: rgb(192,178,108); }

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

border-color css

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

 span { border-color: rgb(192,178,108); }

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