Html Css Color HEX #C1B567 Dark Khaki

📋 copy color: '#C1B567'

red 193 ◦ green 181 ◦ blue 103

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

Shades of Dark Khaki #C1B567

Tints of Dark Khaki #C1B567

RGB

 RED value IS 193 (75.78% from 255) = 40.46%

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

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

R = 40.46%
G = 37.95%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C1B567 (or 0xC1B567) is known color: Dark Khaki. HEX triplet: C1, B5 and 67. RGB value is (193,181,103). Sum of RGB (Red+Green+Blue) = 193+181+103=477 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.46% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B567 is #3E4A98. Grayscale: #B0B0B0. Windows color (decimal): -4082329 or 6796737. OLE color: 6796737.

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

Color convert

RGB 193 181 103 -
CMYK 0 0.06 0.47 0.24
HSL 52º 0.42% 0.58% -
HSV(B) 52º 0.47% 0.76% -
XYZ 40.96 45.36 19.43 -
YUV 175.7 86.98 140.34 -
System Red Green Blue C M Y K H S L
Decimal 193 181 103 0 0.06 0.47 0.24 52 0.42 0.58
Hex C1 B5 67 0 6 2F 18 34 2A 3A
Octal 301 265 147 0 6 57 30 64 52 72
Binary 11000001 10110101 1100111 0 110 101111 11000 110100 101010 111010

Color Harmonies of #C1B567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B567

Black with #C1B567

Text Example


Text Example

White with #C1B567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B567; }

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

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

background-color css

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

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

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

border-color css

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

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

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