#C3B27D

Color #C3B27D Ecru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru #C3B27D

Tints of Ecru #C3B27D

Color information

#C3B27D (or 0xC3B27D) is unknown color: approx Ecru. HEX triplet: C3, B2 and 7D. RGB value is (195,178,125). Sum of RGB (Red+Green+Blue) = 195+178+125=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B27D is #3C4D82. Grayscale: #B1B1B1. Windows color (decimal): -3952003 or 8237763. OLE color: 8237763.

HSL color Cylindrical-coordinate representation of color #C3B27D: hue angle of 45.43º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3B27D is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB195178125-
CMYK00.090.360.24
HSL45.43º36.84%62.75%-
HSV(B)45.43º35.9%76.47%-
XYZ42.1344.9225.85-
YUV177.0498.63140.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 178 (69.92% from 255) = 35.74%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=39.16%
G=35.74%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517812500.090.360.2445.4336.8462.75
HexC3B27D0924182d253f
Octal3032621750114430554577
Binary110000111011001011111010100110010011000101101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B27D; }

 p { color: rgb(195,178,125); }

 H1.HeaderClassName
 {
   color: #C3B27D;
 }
 .AnyTagClassName
 {
   color: #C3B27D;
 }
</style>
background-color css

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

 a { background-color: rgb(195,178,125); }

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

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

 span { border-color: rgb(195,178,125); }

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