Html Css Color HEX #C0B56B Dark Khaki

📋 copy color: '#C0B56B'

red 192 ◦ green 181 ◦ blue 107

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

Shades of Dark Khaki #C0B56B

Tints of Dark Khaki #C0B56B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.71%

 BLUE value IS 107 (42.19% from 255) = 22.29%

R = 40%
G = 37.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0B56B (or 0xC0B56B) is known color: Dark Khaki. HEX triplet: C0, B5 and 6B. RGB value is (192,181,107). Sum of RGB (Red+Green+Blue) = 192+181+107=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B56B is #3F4A94. Grayscale: #B0B0B0. Windows color (decimal): -4147861 or 7058880. OLE color: 7058880.

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

Color convert

RGB 192 181 107 -
CMYK 0 0.06 0.44 0.25
HSL 52.24º 0.4% 0.59% -
HSV(B) 52.24º 0.44% 0.75% -
XYZ 40.92 45.32 20.5 -
YUV 175.85 89.14 139.52 -
System Red Green Blue C M Y K H S L
Decimal 192 181 107 0 0.06 0.44 0.25 52.24 0.4 0.59
Hex C0 B5 6B 0 6 2C 19 34 28 3B
Octal 300 265 153 0 6 54 31 64 50 73
Binary 11000000 10110101 1101011 0 110 101100 11001 110100 101000 111011

Color Harmonies of #C0B56B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B56B

Black with #C0B56B

Text Example


Text Example

White with #C0B56B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B56B; }

 p { color: rgb(192,181,107); }

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

background-color css

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

 a { background-color: rgb(192,181,107); }

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

border-color css

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

 span { border-color: rgb(192,181,107); }

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