#C1B798

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

Shades of Akaroa #C1B798

Tints of Akaroa #C1B798

Color information

#C1B798 (or 0xC1B798) is unknown color: approx Akaroa. HEX triplet: C1, B7 and 98. RGB value is (193,183,152). Sum of RGB (Red+Green+Blue) = 193+183+152=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 183 (71.88% from 255 or 34.66% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B798 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B798 is #3E4867. Grayscale: #B6B6B6. Windows color (decimal): -4081768 or 10008513. OLE color: 10008513.

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

Color convert

RGB193183152-
CMYK00.050.210.24
HSL45.37º24.85%67.65%-
HSV(B)45.37º21.24%75.69%-
XYZ44.5947.4736.52-
YUV182.46110.81135.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.55%
GREEN value IS 183 (71.88% from 255) = 34.66%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=36.55%
G=34.66%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318315200.050.210.2445.3724.8567.65
HexC1B7980515182d1944
Octal3012672300525305531104
Binary11000001101101111001100001011010111000101101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B798; }

 p { color: rgb(193,183,152); }

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

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

 a { background-color: rgb(193,183,152); }

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

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

 span { border-color: rgb(193,183,152); }

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