#C1B297

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

Shades of Akaroa #C1B297

Tints of Akaroa #C1B297

Color information

#C1B297 (or 0xC1B297) is unknown color: approx Akaroa. HEX triplet: C1, B2 and 97. RGB value is (193,178,151). Sum of RGB (Red+Green+Blue) = 193+178+151=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 178 (69.92% from 255 or 34.10% from 522); Blue value is 151 (59.38% from 255 or 28.93% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B297 is #3E4D68. Grayscale: #B3B3B3. Windows color (decimal): -4083049 or 9941697. OLE color: 9941697.

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

Color convert

RGB193178151-
CMYK00.080.220.24
HSL38.57º25.3%67.45%-
HSV(B)38.57º21.76%75.69%-
XYZ43.545.4135.75-
YUV179.41111.97137.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 178 (69.92% from 255) = 34.10%
BLUE value IS 151 (59.38% from 255) = 28.93%
R=36.97%
G=34.10%
B=28.93%

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
Decimal19317815100.080.220.2438.5725.367.45
HexC1B297081618271943
Octal30126222701026304731103
Binary110000011011001010010111010001011011000100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B297; }

 p { color: rgb(193,178,151); }

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

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

 a { background-color: rgb(193,178,151); }

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

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

 span { border-color: rgb(193,178,151); }

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