Html Css Color HEX #C0B170 Dark Khaki

📋 copy color: '#C0B170'

red 192 ◦ green 177 ◦ blue 112

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

Shades of Dark Khaki #C0B170

Tints of Dark Khaki #C0B170

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 112 (44.14% from 255) = 23.28%

R = 39.92%
G = 36.8%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0B170 (or 0xC0B170) is known color: Dark Khaki. HEX triplet: C0, B1 and 70. RGB value is (192,177,112). Sum of RGB (Red+Green+Blue) = 192+177+112=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B170 is #3F4E8F. Grayscale: #AEAEAE. Windows color (decimal): -4148880 or 7385536. OLE color: 7385536.

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

Color convert

RGB 192 177 112 -
CMYK 0 0.08 0.42 0.25
HSL 48.75º 0.39% 0.6% -
HSV(B) 48.75º 0.42% 0.75% -
XYZ 40.39 43.82 21.66 -
YUV 174.08 92.97 140.79 -
System Red Green Blue C M Y K H S L
Decimal 192 177 112 0 0.08 0.42 0.25 48.75 0.39 0.6
Hex C0 B1 70 0 8 2A 19 31 27 3C
Octal 300 261 160 0 10 52 31 61 47 74
Binary 11000000 10110001 1110000 0 1000 101010 11001 110001 100111 111100

Color Harmonies of #C0B170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B170

Black with #C0B170

Text Example


Text Example

White with #C0B170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B170; }

 p { color: rgb(192,177,112); }

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

background-color css

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

 a { background-color: rgb(192,177,112); }

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

border-color css

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

 span { border-color: rgb(192,177,112); }

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