Html Css Color HEX #C2B769 Dark Khaki

📋 copy color: '#C2B769'

red 194 ◦ green 183 ◦ blue 105

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

Shades of Dark Khaki #C2B769

Tints of Dark Khaki #C2B769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.78%

R = 40.25%
G = 37.97%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2B769 (or 0xC2B769) is known color: Dark Khaki. HEX triplet: C2, B7 and 69. RGB value is (194,183,105). Sum of RGB (Red+Green+Blue) = 194+183+105=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B769 is #3D4896. Grayscale: #B1B1B1. Windows color (decimal): -4016279 or 6928322. OLE color: 6928322.

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

Color convert

RGB 194 183 105 -
CMYK 0 0.06 0.46 0.24
HSL 52.58º 0.42% 0.59% -
HSV(B) 52.58º 0.46% 0.76% -
XYZ 41.73 46.36 20.11 -
YUV 177.4 87.14 139.84 -
System Red Green Blue C M Y K H S L
Decimal 194 183 105 0 0.06 0.46 0.24 52.58 0.42 0.59
Hex C2 B7 69 0 6 2E 18 35 2A 3B
Octal 302 267 151 0 6 56 30 65 52 73
Binary 11000010 10110111 1101001 0 110 101110 11000 110101 101010 111011

Color Harmonies of #C2B769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B769

Black with #C2B769

Text Example


Text Example

White with #C2B769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B769; }

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

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

background-color css

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

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

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

border-color css

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

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

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