Html Css Color HEX #C3BD75 Dark Khaki

📋 copy color: '#C3BD75'

red 195 ◦ green 189 ◦ blue 117

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

Shades of Dark Khaki #C3BD75

Tints of Dark Khaki #C3BD75

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.72%

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

R = 38.92%
G = 37.72%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C3BD75 (or 0xC3BD75) is known color: Dark Khaki. HEX triplet: C3, BD and 75. RGB value is (195,189,117). Sum of RGB (Red+Green+Blue) = 195+189+117=501 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.92% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BD75 is #3C428A. Grayscale: #B6B6B6. Windows color (decimal): -3949195 or 7716291. OLE color: 7716291.

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

Color convert

RGB 195 189 117 -
CMYK 0 0.03 0.4 0.24
HSL 55.38º 0.39% 0.61% -
HSV(B) 55.38º 0.4% 0.76% -
XYZ 43.91 49.28 24.03 -
YUV 182.59 90.99 136.85 -
System Red Green Blue C M Y K H S L
Decimal 195 189 117 0 0.03 0.4 0.24 55.38 0.39 0.61
Hex C3 BD 75 0 3 28 18 37 27 3D
Octal 303 275 165 0 3 50 30 67 47 75
Binary 11000011 10111101 1110101 0 11 101000 11000 110111 100111 111101

Color Harmonies of #C3BD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD75

Black with #C3BD75

Text Example


Text Example

White with #C3BD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD75; }

 p { color: rgb(195,189,117); }

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

background-color css

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

 a { background-color: rgb(195,189,117); }

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

border-color css

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

 span { border-color: rgb(195,189,117); }

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