Html Css Color HEX #C2B765 Dark Khaki

📋 copy color: '#C2B765'

red 194 ◦ green 183 ◦ blue 101

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

Shades of Dark Khaki #C2B765

Tints of Dark Khaki #C2B765

RGB

 RED value IS 194 (76.17% from 255) = 40.59%

 GREEN value IS 183 (71.88% from 255) = 38.28%

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 40.59%
G = 38.28%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2B765 (or 0xC2B765) is known color: Dark Khaki. HEX triplet: C2, B7 and 65. RGB value is (194,183,101). Sum of RGB (Red+Green+Blue) = 194+183+101=478 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.59% from 478); Green value is 183 (71.88% from 255 or 38.28% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B765 is #3D489A. Grayscale: #B1B1B1. Windows color (decimal): -4016283 or 6666178. OLE color: 6666178.

HSL color Cylindrical-coordinate representation of color #C2B765: hue angle of 52.9º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2B765 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 101 -
CMYK 0 0.06 0.48 0.24
HSL 52.9º 0.43% 0.58% -
HSV(B) 52.9º 0.48% 0.76% -
XYZ 41.53 46.28 19.06 -
YUV 176.94 85.14 140.17 -
System Red Green Blue C M Y K H S L
Decimal 194 183 101 0 0.06 0.48 0.24 52.9 0.43 0.58
Hex C2 B7 65 0 6 30 18 35 2B 3A
Octal 302 267 145 0 6 60 30 65 53 72
Binary 11000010 10110111 1100101 0 110 110000 11000 110101 101011 111010

Color Harmonies of #C2B765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B765

Black with #C2B765

Text Example


Text Example

White with #C2B765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B765; }

 p { color: rgb(194,183,101); }

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

background-color css

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

 a { background-color: rgb(194,183,101); }

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

border-color css

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

 span { border-color: rgb(194,183,101); }

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