Html Css Color HEX #C3BA76 Dark Khaki

📋 copy color: '#C3BA76'

red 195 ◦ green 186 ◦ blue 118

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

Shades of Dark Khaki #C3BA76

Tints of Dark Khaki #C3BA76

RGB

 RED value IS 195 (76.56% from 255) = 39.08%

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 118 (46.48% from 255) = 23.65%

R = 39.08%
G = 37.27%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C3BA76 (or 0xC3BA76) is known color: Dark Khaki. HEX triplet: C3, BA and 76. RGB value is (195,186,118). Sum of RGB (Red+Green+Blue) = 195+186+118=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 118 (46.48% from 255 or 23.65% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA76 is #3C4589. Grayscale: #B5B5B5. Windows color (decimal): -3949962 or 7781059. OLE color: 7781059.

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

Color convert

RGB 195 186 118 -
CMYK 0 0.05 0.39 0.24
HSL 52.99º 0.39% 0.61% -
HSV(B) 52.99º 0.39% 0.76% -
XYZ 43.33 48.03 24.13 -
YUV 180.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 195 186 118 0 0.05 0.39 0.24 52.99 0.39 0.61
Hex C3 BA 76 0 5 27 18 35 27 3D
Octal 303 272 166 0 5 47 30 65 47 75
Binary 11000011 10111010 1110110 0 101 100111 11000 110101 100111 111101

Color Harmonies of #C3BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BA76

Black with #C3BA76

Text Example


Text Example

White with #C3BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BA76; }

 p { color: rgb(195,186,118); }

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

background-color css

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

 a { background-color: rgb(195,186,118); }

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

border-color css

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

 span { border-color: rgb(195,186,118); }

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