#C4B192

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

Shades of Akaroa #C4B192

Tints of Akaroa #C4B192

Color information

#C4B192 (or 0xC4B192) is unknown color: approx Akaroa. HEX triplet: C4, B1 and 92. RGB value is (196,177,146). Sum of RGB (Red+Green+Blue) = 196+177+146=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 177 (69.53% from 255 or 34.10% from 519); Blue value is 146 (57.42% from 255 or 28.13% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B192 is #3B4E6D. Grayscale: #B3B3B3. Windows color (decimal): -3886702 or 9613764. OLE color: 9613764.

HSL color Cylindrical-coordinate representation of color #C4B192: hue angle of 37.2º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B192 is Cyan = 0, Magento = 0.10, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196177146-
CMYK00.100.260.23
HSL37.2º29.76%67.06%-
HSV(B)37.2º25.51%76.86%-
XYZ43.6845.2633.63-
YUV179.15109.29140.02-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 177 (69.53% from 255) = 34.10%
BLUE value IS 146 (57.42% from 255) = 28.13%
R=37.76%
G=34.10%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19617714600.100.260.2337.229.7667.06
HexC4B1920A1A17251e43
Octal30426122201232274536103
Binary110001001011000110010010010101101010111100101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B192; }

 p { color: rgb(196,177,146); }

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

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

 a { background-color: rgb(196,177,146); }

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

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

 span { border-color: rgb(196,177,146); }

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