#C3B49B

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

Shades of Akaroa #C3B49B

Tints of Akaroa #C3B49B

Color information

#C3B49B (or 0xC3B49B) is unknown color: approx Akaroa. HEX triplet: C3, B4 and 9B. RGB value is (195,180,155). Sum of RGB (Red+Green+Blue) = 195+180+155=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B49B is #3C4B64. Grayscale: #B5B5B5. Windows color (decimal): -3951461 or 10204355. OLE color: 10204355.

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

Color convert

RGB195180155-
CMYK00.080.210.24
HSL37.5º25%68.63%-
HSV(B)37.5º20.51%76.47%-
XYZ44.7446.6137.65-
YUV181.64112.97137.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=36.79%
G=33.96%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518015500.080.210.2437.52568.63
HexC3B49B081518261945
Octal30326423301025304631105
Binary110000111011010010011011010001010111000100110110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B49B; }

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

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

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

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

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

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

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

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