#C3B498

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

Shades of Akaroa #C3B498

Tints of Akaroa #C3B498

Color information

#C3B498 (or 0xC3B498) is unknown color: approx Akaroa. HEX triplet: C3, B4 and 98. RGB value is (195,180,152). Sum of RGB (Red+Green+Blue) = 195+180+152=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 180 (70.70% from 255 or 34.16% from 527); Blue value is 152 (59.77% from 255 or 28.84% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B498 is #3C4B67. Grayscale: #B5B5B5. Windows color (decimal): -3951464 or 10007747. OLE color: 10007747.

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

Color convert

RGB195180152-
CMYK00.080.220.24
HSL39.07º26.38%68.04%-
HSV(B)39.07º22.05%76.47%-
XYZ44.4946.5136.34-
YUV181.29111.47137.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 180 (70.70% from 255) = 34.16%
BLUE value IS 152 (59.77% from 255) = 28.84%
R=37.00%
G=34.16%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518015200.080.220.2439.0726.3868.04
HexC3B498081618271a44
Octal30326423001026304732104
Binary110000111011010010011000010001011011000100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B498; }

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

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

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

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

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

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

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

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