Html Css Color HEX #C2BF6E Dark Khaki

📋 copy color: '#C2BF6E'

red 194 ◦ green 191 ◦ blue 110

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

Shades of Dark Khaki #C2BF6E

Tints of Dark Khaki #C2BF6E

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 39.19%
G = 38.59%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2BF6E (or 0xC2BF6E) is known color: Dark Khaki. HEX triplet: C2, BF and 6E. RGB value is (194,191,110). Sum of RGB (Red+Green+Blue) = 194+191+110=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF6E is #3D4091. Grayscale: #B6B6B6. Windows color (decimal): -4014226 or 7258050. OLE color: 7258050.

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

Color convert

RGB 194 191 110 -
CMYK 0 0.02 0.43 0.24
HSL 57.86º 0.41% 0.6% -
HSV(B) 57.86º 0.43% 0.76% -
XYZ 43.69 49.86 22.07 -
YUV 182.66 86.99 136.09 -
System Red Green Blue C M Y K H S L
Decimal 194 191 110 0 0.02 0.43 0.24 57.86 0.41 0.6
Hex C2 BF 6E 0 2 2B 18 3A 29 3C
Octal 302 277 156 0 2 53 30 72 51 74
Binary 11000010 10111111 1101110 0 10 101011 11000 111010 101001 111100

Color Harmonies of #C2BF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BF6E

Black with #C2BF6E

Text Example


Text Example

White with #C2BF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BF6E; }

 p { color: rgb(194,191,110); }

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

background-color css

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

 a { background-color: rgb(194,191,110); }

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

border-color css

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

 span { border-color: rgb(194,191,110); }

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