Html Css Color HEX #C3B875 Dark Khaki

📋 copy color: '#C3B875'

red 195 ◦ green 184 ◦ blue 117

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

Shades of Dark Khaki #C3B875

Tints of Dark Khaki #C3B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.1%

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

R = 39.31%
G = 37.1%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C3B875 (or 0xC3B875) is known color: Dark Khaki. HEX triplet: C3, B8 and 75. RGB value is (195,184,117). Sum of RGB (Red+Green+Blue) = 195+184+117=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B875 is #3C478A. Grayscale: #B3B3B3. Windows color (decimal): -3950475 or 7715011. OLE color: 7715011.

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

Color convert

RGB 195 184 117 -
CMYK 0 0.06 0.4 0.24
HSL 51.54º 0.39% 0.61% -
HSV(B) 51.54º 0.4% 0.76% -
XYZ 42.86 47.17 23.68 -
YUV 179.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 195 184 117 0 0.06 0.4 0.24 51.54 0.39 0.61
Hex C3 B8 75 0 6 28 18 34 27 3D
Octal 303 270 165 0 6 50 30 64 47 75
Binary 11000011 10111000 1110101 0 110 101000 11000 110100 100111 111101

Color Harmonies of #C3B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B875

Black with #C3B875

Text Example


Text Example

White with #C3B875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B875; }

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

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

background-color css

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

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

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

border-color css

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

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

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