Html Css Color HEX #C3B672 Dark Khaki

📋 copy color: '#C3B672'

red 195 ◦ green 182 ◦ blue 114

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

Shades of Dark Khaki #C3B672

Tints of Dark Khaki #C3B672

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.07%

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

R = 39.71%
G = 37.07%
B = 23.22%

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

#C3B672 (or 0xC3B672) is known color: Dark Khaki. HEX triplet: C3, B6 and 72. RGB value is (195,182,114). Sum of RGB (Red+Green+Blue) = 195+182+114=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B672 is #3C498D. Grayscale: #B2B2B2. Windows color (decimal): -3950990 or 7517891. OLE color: 7517891.

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

Color convert

RGB 195 182 114 -
CMYK 0 0.07 0.42 0.24
HSL 50.37º 0.4% 0.61% -
HSV(B) 50.37º 0.42% 0.76% -
XYZ 42.27 46.27 22.62 -
YUV 178.14 91.81 140.03 -
System Red Green Blue C M Y K H S L
Decimal 195 182 114 0 0.07 0.42 0.24 50.37 0.4 0.61
Hex C3 B6 72 0 7 2A 18 32 28 3D
Octal 303 266 162 0 7 52 30 62 50 75
Binary 11000011 10110110 1110010 0 111 101010 11000 110010 101000 111101

Color Harmonies of #C3B672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B672

Black with #C3B672

Text Example


Text Example

White with #C3B672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B672; }

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

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

background-color css

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

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

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

border-color css

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

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

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