Html Css Color HEX #C3B572 Dark Khaki

📋 copy color: '#C3B572'

red 195 ◦ green 181 ◦ blue 114

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

Shades of Dark Khaki #C3B572

Tints of Dark Khaki #C3B572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.27%

R = 39.8%
G = 36.94%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C3B572 (or 0xC3B572) is known color: Dark Khaki. HEX triplet: C3, B5 and 72. RGB value is (195,181,114). Sum of RGB (Red+Green+Blue) = 195+181+114=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B572 is #3C4A8D. Grayscale: #B1B1B1. Windows color (decimal): -3951246 or 7517635. OLE color: 7517635.

HSL color Cylindrical-coordinate representation of color #C3B572: hue angle of 49.63º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C3B572 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 181 114 -
CMYK 0 0.07 0.42 0.24
HSL 49.63º 0.4% 0.61% -
HSV(B) 49.63º 0.42% 0.76% -
XYZ 42.07 45.86 22.56 -
YUV 177.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 195 181 114 0 0.07 0.42 0.24 49.63 0.4 0.61
Hex C3 B5 72 0 7 2A 18 32 28 3D
Octal 303 265 162 0 7 52 30 62 50 75
Binary 11000011 10110101 1110010 0 111 101010 11000 110010 101000 111101

Color Harmonies of #C3B572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B572

Black with #C3B572

Text Example


Text Example

White with #C3B572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B572; }

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

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

background-color css

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

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

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

border-color css

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

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

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