Html Css Color HEX #C3B567 Dark Khaki

📋 copy color: '#C3B567'

red 195 ◦ green 181 ◦ blue 103

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

Shades of Dark Khaki #C3B567

Tints of Dark Khaki #C3B567

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

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

R = 40.71%
G = 37.79%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3B567 (or 0xC3B567) is known color: Dark Khaki. HEX triplet: C3, B5 and 67. RGB value is (195,181,103). Sum of RGB (Red+Green+Blue) = 195+181+103=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B567 is #3C4A98. Grayscale: #B0B0B0. Windows color (decimal): -3951257 or 6796739. OLE color: 6796739.

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

Color convert

RGB 195 181 103 -
CMYK 0 0.07 0.47 0.24
HSL 50.87º 0.43% 0.58% -
HSV(B) 50.87º 0.47% 0.76% -
XYZ 41.48 45.63 19.45 -
YUV 176.29 86.64 141.34 -
System Red Green Blue C M Y K H S L
Decimal 195 181 103 0 0.07 0.47 0.24 50.87 0.43 0.58
Hex C3 B5 67 0 7 2F 18 33 2B 3A
Octal 303 265 147 0 7 57 30 63 53 72
Binary 11000011 10110101 1100111 0 111 101111 11000 110011 101011 111010

Color Harmonies of #C3B567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B567

Black with #C3B567

Text Example


Text Example

White with #C3B567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B567; }

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

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

background-color css

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

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

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

border-color css

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

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

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