Html Css Color HEX #C3B367 Dark Khaki

📋 copy color: '#C3B367'

red 195 ◦ green 179 ◦ blue 103

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

Shades of Dark Khaki #C3B367

Tints of Dark Khaki #C3B367

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.53%

 BLUE value IS 103 (40.63% from 255) = 21.59%

R = 40.88%
G = 37.53%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3B367 (or 0xC3B367) is known color: Dark Khaki. HEX triplet: C3, B3 and 67. RGB value is (195,179,103). Sum of RGB (Red+Green+Blue) = 195+179+103=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 179 (70.31% from 255 or 37.53% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B367 is #3C4C98. Grayscale: #AFAFAF. Windows color (decimal): -3951769 or 6796227. OLE color: 6796227.

HSL color Cylindrical-coordinate representation of color #C3B367: hue angle of 49.57º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C3B367 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 179 103 -
CMYK 0 0.08 0.47 0.24
HSL 49.57º 0.43% 0.58% -
HSV(B) 49.57º 0.47% 0.76% -
XYZ 41.07 44.82 19.32 -
YUV 175.12 87.3 142.18 -
System Red Green Blue C M Y K H S L
Decimal 195 179 103 0 0.08 0.47 0.24 49.57 0.43 0.58
Hex C3 B3 67 0 8 2F 18 32 2B 3A
Octal 303 263 147 0 10 57 30 62 53 72
Binary 11000011 10110011 1100111 0 1000 101111 11000 110010 101011 111010

Color Harmonies of #C3B367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B367

Black with #C3B367

Text Example


Text Example

White with #C3B367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B367; }

 p { color: rgb(195,179,103); }

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

background-color css

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

 a { background-color: rgb(195,179,103); }

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

border-color css

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

 span { border-color: rgb(195,179,103); }

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