#C3B792

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

Shades of Akaroa #C3B792

Tints of Akaroa #C3B792

Color information

#C3B792 (or 0xC3B792) is unknown color: approx Akaroa. HEX triplet: C3, B7 and 92. RGB value is (195,183,146). Sum of RGB (Red+Green+Blue) = 195+183+146=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 183 (71.88% from 255 or 34.92% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B792 is #3C486D. Grayscale: #B6B6B6. Windows color (decimal): -3950702 or 9615299. OLE color: 9615299.

HSL color Cylindrical-coordinate representation of color #C3B792: hue angle of 45.31º degrees, saturation: 0.29, 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 #C3B792 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB195183146-
CMYK00.060.250.24
HSL45.31º28.99%66.86%-
HSV(B)45.31º25.13%76.47%-
XYZ44.6347.5434.02-
YUV182.37107.48137.01-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.21%
GREEN value IS 183 (71.88% from 255) = 34.92%
BLUE value IS 146 (57.42% from 255) = 27.86%
R=37.21%
G=34.92%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518314600.060.250.2445.3128.9966.86
HexC3B7920619182d1d43
Octal3032672220631305535103
Binary11000011101101111001001001101100111000101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B792; }

 p { color: rgb(195,183,146); }

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

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

 a { background-color: rgb(195,183,146); }

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

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

 span { border-color: rgb(195,183,146); }

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