Html Css Color HEX #C0BB71 Dark Khaki

📋 copy color: '#C0BB71'

red 192 ◦ green 187 ◦ blue 113

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

Shades of Dark Khaki #C0BB71

Tints of Dark Khaki #C0BB71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.97%

R = 39.02%
G = 38.01%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C0BB71 (or 0xC0BB71) is known color: Dark Khaki. HEX triplet: C0, BB and 71. RGB value is (192,187,113). Sum of RGB (Red+Green+Blue) = 192+187+113=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB71 is #3F448E. Grayscale: #B4B4B4. Windows color (decimal): -4146319 or 7453632. OLE color: 7453632.

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

Color convert

RGB 192 187 113 -
CMYK 0 0.03 0.41 0.25
HSL 56.2º 0.39% 0.6% -
HSV(B) 56.2º 0.41% 0.75% -
XYZ 42.49 47.94 22.64 -
YUV 180.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 192 187 113 0 0.03 0.41 0.25 56.2 0.39 0.6
Hex C0 BB 71 0 3 29 19 38 27 3C
Octal 300 273 161 0 3 51 31 70 47 74
Binary 11000000 10111011 1110001 0 11 101001 11001 111000 100111 111100

Color Harmonies of #C0BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BB71

Black with #C0BB71

Text Example


Text Example

White with #C0BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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