Html Css Color HEX #C2BB69 Dark Khaki

📋 copy color: '#C2BB69'

red 194 ◦ green 187 ◦ blue 105

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

Shades of Dark Khaki #C2BB69

Tints of Dark Khaki #C2BB69

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.48%

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

R = 39.92%
G = 38.48%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2BB69 (or 0xC2BB69) is known color: Dark Khaki. HEX triplet: C2, BB and 69. RGB value is (194,187,105). Sum of RGB (Red+Green+Blue) = 194+187+105=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BB69 is #3D4496. Grayscale: #B4B4B4. Windows color (decimal): -4015255 or 6929346. OLE color: 6929346.

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

Color convert

RGB 194 187 105 -
CMYK 0 0.04 0.46 0.24
HSL 55.28º 0.42% 0.59% -
HSV(B) 55.28º 0.46% 0.76% -
XYZ 42.57 48.03 20.39 -
YUV 179.75 85.82 138.17 -
System Red Green Blue C M Y K H S L
Decimal 194 187 105 0 0.04 0.46 0.24 55.28 0.42 0.59
Hex C2 BB 69 0 4 2E 18 37 2A 3B
Octal 302 273 151 0 4 56 30 67 52 73
Binary 11000010 10111011 1101001 0 100 101110 11000 110111 101010 111011

Color Harmonies of #C2BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BB69

Black with #C2BB69

Text Example


Text Example

White with #C2BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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