#C3B28E

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

Shades of Akaroa #C3B28E

Tints of Akaroa #C3B28E

Color information

#C3B28E (or 0xC3B28E) is unknown color: approx Akaroa. HEX triplet: C3, B2 and 8E. RGB value is (195,178,142). Sum of RGB (Red+Green+Blue) = 195+178+142=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 178 (69.92% from 255 or 34.56% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B28E is #3C4D71. Grayscale: #B3B3B3. Windows color (decimal): -3951986 or 9351875. OLE color: 9351875.

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

Color convert

RGB195178142-
CMYK00.090.270.24
HSL40.75º30.64%66.08%-
HSV(B)40.75º27.18%76.47%-
XYZ43.3145.432.07-
YUV178.98107.13139.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 178 (69.92% from 255) = 34.56%
BLUE value IS 142 (55.86% from 255) = 27.57%
R=37.86%
G=34.56%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517814200.090.270.2440.7530.6466.08
HexC3B28E091B18291f42
Octal30326221601133305137102
Binary110000111011001010001110010011101111000101001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B28E; }

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

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

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

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

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

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

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

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