#C2B292

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

Shades of Akaroa #C2B292

Tints of Akaroa #C2B292

Color information

#C2B292 (or 0xC2B292) is unknown color: approx Akaroa. HEX triplet: C2, B2 and 92. RGB value is (194,178,146). Sum of RGB (Red+Green+Blue) = 194+178+146=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B292 is #3D4D6D. Grayscale: #B3B3B3. Windows color (decimal): -4017518 or 9614018. OLE color: 9614018.

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

Color convert

RGB194178146-
CMYK00.080.250.24
HSL40º28.24%66.67%-
HSV(B)40º24.74%76.08%-
XYZ43.3645.3933.67-
YUV179.14109.3138.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.45%
GREEN value IS 178 (69.92% from 255) = 34.36%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=37.45%
G=34.36%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417814600.080.250.244028.2466.67
HexC2B292081918281c43
Octal30226222201031305034103
Binary110000101011001010010010010001100111000101000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B292; }

 p { color: rgb(194,178,146); }

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

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

 a { background-color: rgb(194,178,146); }

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

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

 span { border-color: rgb(194,178,146); }

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