Html Css Color HEX #C2B565 Dark Khaki

📋 copy color: '#C2B565'

red 194 ◦ green 181 ◦ blue 101

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

Shades of Dark Khaki #C2B565

Tints of Dark Khaki #C2B565

RGB

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

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

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

R = 40.76%
G = 38.03%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C2B565 (or 0xC2B565) is known color: Dark Khaki. HEX triplet: C2, B5 and 65. RGB value is (194,181,101). Sum of RGB (Red+Green+Blue) = 194+181+101=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B565 is #3D4A9A. Grayscale: #B0B0B0. Windows color (decimal): -4016795 or 6665666. OLE color: 6665666.

HSL color Cylindrical-coordinate representation of color #C2B565: hue angle of 51.61º 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 #C2B565 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 101 -
CMYK 0 0.07 0.48 0.24
HSL 51.61º 0.43% 0.58% -
HSV(B) 51.61º 0.48% 0.76% -
XYZ 41.12 45.46 18.92 -
YUV 175.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 194 181 101 0 0.07 0.48 0.24 51.61 0.43 0.58
Hex C2 B5 65 0 7 30 18 34 2B 3A
Octal 302 265 145 0 7 60 30 64 53 72
Binary 11000010 10110101 1100101 0 111 110000 11000 110100 101011 111010

Color Harmonies of #C2B565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B565

Black with #C2B565

Text Example


Text Example

White with #C2B565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B565; }

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

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

background-color css

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

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

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

border-color css

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

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

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