#C3B27A

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

Shades of Ecru #C3B27A

Tints of Ecru #C3B27A

Color information

#C3B27A (or 0xC3B27A) is unknown color: approx Ecru. HEX triplet: C3, B2 and 7A. RGB value is (195,178,122). Sum of RGB (Red+Green+Blue) = 195+178+122=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 178 (69.92% from 255 or 35.96% from 495); Blue value is 122 (48.05% from 255 or 24.65% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B27A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B27A is #3C4D85. Grayscale: #B0B0B0. Windows color (decimal): -3952006 or 8041155. OLE color: 8041155.

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

Color convert

RGB195178122-
CMYK00.090.370.24
HSL46.03º37.82%62.16%-
HSV(B)46.03º37.44%76.47%-
XYZ41.9444.8524.86-
YUV176.797.13141.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 178 (69.92% from 255) = 35.96%
BLUE value IS 122 (48.05% from 255) = 24.65%
R=39.39%
G=35.96%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517812200.090.370.2446.0337.8262.16
HexC3B27A0925182e263e
Octal3032621720114530564676
Binary110000111011001011110100100110010111000101110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B27A; }

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

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

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

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

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

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

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

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