#C3B493

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

Shades of Akaroa #C3B493

Tints of Akaroa #C3B493

Color information

#C3B493 (or 0xC3B493) is unknown color: approx Akaroa. HEX triplet: C3, B4 and 93. RGB value is (195,180,147). Sum of RGB (Red+Green+Blue) = 195+180+147=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 180 (70.70% from 255 or 34.48% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B493 is #3C4B6C. Grayscale: #B4B4B4. Windows color (decimal): -3951469 or 9680067. OLE color: 9680067.

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

Color convert

RGB195180147-
CMYK00.080.250.24
HSL41.25º28.57%67.06%-
HSV(B)41.25º24.62%76.47%-
XYZ44.0946.3534.23-
YUV180.72108.97138.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.36%
GREEN value IS 180 (70.70% from 255) = 34.48%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=37.36%
G=34.48%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518014700.080.250.2441.2528.5767.06
HexC3B493081918291d43
Octal30326422301031305135103
Binary110000111011010010010011010001100111000101001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B493; }

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

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

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

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

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

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

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

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