Html Css Color HEX #C3B775 Dark Khaki

📋 copy color: '#C3B775'

red 195 ◦ green 183 ◦ blue 117

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

Shades of Dark Khaki #C3B775

Tints of Dark Khaki #C3B775

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.97%

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

R = 39.39%
G = 36.97%
B = 23.64%

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

#C3B775 (or 0xC3B775) is known color: Dark Khaki. HEX triplet: C3, B7 and 75. RGB value is (195,183,117). Sum of RGB (Red+Green+Blue) = 195+183+117=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B775 is #3C488A. Grayscale: #B3B3B3. Windows color (decimal): -3950731 or 7714755. OLE color: 7714755.

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

Color convert

RGB 195 183 117 -
CMYK 0 0.06 0.4 0.24
HSL 50.77º 0.39% 0.61% -
HSV(B) 50.77º 0.4% 0.76% -
XYZ 42.65 46.75 23.61 -
YUV 179.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 195 183 117 0 0.06 0.4 0.24 50.77 0.39 0.61
Hex C3 B7 75 0 6 28 18 33 27 3D
Octal 303 267 165 0 6 50 30 63 47 75
Binary 11000011 10110111 1110101 0 110 101000 11000 110011 100111 111101

Color Harmonies of #C3B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B775

Black with #C3B775

Text Example


Text Example

White with #C3B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B775; }

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

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

background-color css

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

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

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

border-color css

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

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

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