Html Css Color HEX #C3B482 Ecru

📋 copy color: '#C3B482'

red 195 ◦ green 180 ◦ blue 130

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

Shades of Ecru #C3B482

Tints of Ecru #C3B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

 BLUE value IS 130 (51.17% from 255) = 25.74%

R = 38.61%
G = 35.64%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C3B482 (or 0xC3B482) is known color: Ecru. HEX triplet: C3, B4 and 82. RGB value is (195,180,130). Sum of RGB (Red+Green+Blue) = 195+180+130=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B482 is #3C4B7D. Grayscale: #B3B3B3. Windows color (decimal): -3951486 or 8565955. OLE color: 8565955.

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

Color convert

RGB 195 180 130 -
CMYK 0 0.08 0.33 0.24
HSL 46.15º 0.35% 0.64% -
HSV(B) 46.15º 0.33% 0.76% -
XYZ 42.86 45.86 27.71 -
YUV 178.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 195 180 130 0 0.08 0.33 0.24 46.15 0.35 0.64
Hex C3 B4 82 0 8 21 18 2E 23 40
Octal 303 264 202 0 10 41 30 56 43 100
Binary 11000011 10110100 10000010 0 1000 100001 11000 101110 100011 1000000

Color Harmonies of #C3B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B482

Black with #C3B482

Text Example


Text Example

White with #C3B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B482; }

 p { color: rgb(195,180,130); }

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

background-color css

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

 a { background-color: rgb(195,180,130); }

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

border-color css

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

 span { border-color: rgb(195,180,130); }

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