Html Css Color HEX #C0B675 Dark Khaki

📋 copy color: '#C0B675'

red 192 ◦ green 182 ◦ blue 117

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

Shades of Dark Khaki #C0B675

Tints of Dark Khaki #C0B675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.07%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 39.1%
G = 37.07%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C0B675 (or 0xC0B675) is known color: Dark Khaki. HEX triplet: C0, B6 and 75. RGB value is (192,182,117). Sum of RGB (Red+Green+Blue) = 192+182+117=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B675 is #3F498A. Grayscale: #B1B1B1. Windows color (decimal): -4147595 or 7714496. OLE color: 7714496.

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

Color convert

RGB 192 182 117 -
CMYK 0 0.05 0.39 0.25
HSL 52º 0.37% 0.61% -
HSV(B) 52º 0.39% 0.75% -
XYZ 41.68 45.95 23.5 -
YUV 177.58 93.81 138.29 -
System Red Green Blue C M Y K H S L
Decimal 192 182 117 0 0.05 0.39 0.25 52 0.37 0.61
Hex C0 B6 75 0 5 27 19 34 25 3D
Octal 300 266 165 0 5 47 31 64 45 75
Binary 11000000 10110110 1110101 0 101 100111 11001 110100 100101 111101

Color Harmonies of #C0B675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B675

Black with #C0B675

Text Example


Text Example

White with #C0B675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B675; }

 p { color: rgb(192,182,117); }

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

background-color css

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

 a { background-color: rgb(192,182,117); }

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

border-color css

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

 span { border-color: rgb(192,182,117); }

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