Html Css Color HEX #C2BE75 Dark Khaki

📋 copy color: '#C2BE75'

red 194 ◦ green 190 ◦ blue 117

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

Shades of Dark Khaki #C2BE75

Tints of Dark Khaki #C2BE75

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.92%

 BLUE value IS 117 (46.09% from 255) = 23.35%

R = 38.72%
G = 37.92%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2BE75 (or 0xC2BE75) is known color: Dark Khaki. HEX triplet: C2, BE and 75. RGB value is (194,190,117). Sum of RGB (Red+Green+Blue) = 194+190+117=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 190 (74.61% from 255 or 37.92% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BE75 is #3D418A. Grayscale: #B7B7B7. Windows color (decimal): -4014475 or 7716546. OLE color: 7716546.

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

Color convert

RGB 194 190 117 -
CMYK 0 0.02 0.40 0.24
HSL 56.88º 0.39% 0.61% -
HSV(B) 56.88º 0.4% 0.76% -
XYZ 43.87 49.58 24.09 -
YUV 182.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 194 190 117 0 0.02 0.40 0.24 56.88 0.39 0.61
Hex C2 BE 75 0 2 28 18 39 27 3D
Octal 302 276 165 0 2 50 30 71 47 75
Binary 11000010 10111110 1110101 0 10 101000 11000 111001 100111 111101

Color Harmonies of #C2BE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BE75

Black with #C2BE75

Text Example


Text Example

White with #C2BE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BE75; }

 p { color: rgb(194,190,117); }

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

background-color css

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

 a { background-color: rgb(194,190,117); }

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

border-color css

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

 span { border-color: rgb(194,190,117); }

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