Html Css Color HEX #C2B773 Dark Khaki

📋 copy color: '#C2B773'

red 194 ◦ green 183 ◦ blue 115

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

Shades of Dark Khaki #C2B773

Tints of Dark Khaki #C2B773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 39.43%
G = 37.2%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C2B773 (or 0xC2B773) is known color: Dark Khaki. HEX triplet: C2, B7 and 73. RGB value is (194,183,115). Sum of RGB (Red+Green+Blue) = 194+183+115=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 183 (71.88% from 255 or 37.20% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B773 is #3D488C. Grayscale: #B2B2B2. Windows color (decimal): -4016269 or 7583682. OLE color: 7583682.

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

Color convert

RGB 194 183 115 -
CMYK 0 0.06 0.41 0.24
HSL 51.65º 0.39% 0.61% -
HSV(B) 51.65º 0.41% 0.76% -
XYZ 42.28 46.57 22.98 -
YUV 178.54 92.14 139.03 -
System Red Green Blue C M Y K H S L
Decimal 194 183 115 0 0.06 0.41 0.24 51.65 0.39 0.61
Hex C2 B7 73 0 6 29 18 34 27 3D
Octal 302 267 163 0 6 51 30 64 47 75
Binary 11000010 10110111 1110011 0 110 101001 11000 110100 100111 111101

Color Harmonies of #C2B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B773

Black with #C2B773

Text Example


Text Example

White with #C2B773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B773; }

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

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

background-color css

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

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

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

border-color css

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

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

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