#C3B190

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

Shades of Akaroa #C3B190

Tints of Akaroa #C3B190

Color information

#C3B190 (or 0xC3B190) is unknown color: approx Akaroa. HEX triplet: C3, B1 and 90. RGB value is (195,177,144). Sum of RGB (Red+Green+Blue) = 195+177+144=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B190 is #3C4E6F. Grayscale: #B2B2B2. Windows color (decimal): -3952240 or 9482691. OLE color: 9482691.

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

Color convert

RGB195177144-
CMYK00.090.260.24
HSL38.82º29.82%66.47%-
HSV(B)38.82º26.15%76.47%-
XYZ43.2645.0632.8-
YUV178.62108.46139.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 144 (56.64% from 255) = 27.91%
R=37.79%
G=34.30%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517714400.090.260.2438.8229.8266.47
HexC3B190091A18271e42
Octal30326122001132304736102
Binary110000111011000110010000010011101011000100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B190; }

 p { color: rgb(195,177,144); }

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

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

 a { background-color: rgb(195,177,144); }

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

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

 span { border-color: rgb(195,177,144); }

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