#C3B08F

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

Shades of Akaroa #C3B08F

Tints of Akaroa #C3B08F

Color information

#C3B08F (or 0xC3B08F) is unknown color: approx Akaroa. HEX triplet: C3, B0 and 8F. RGB value is (195,176,143). Sum of RGB (Red+Green+Blue) = 195+176+143=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B08F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B08F is #3C4F70. Grayscale: #B2B2B2. Windows color (decimal): -3952497 or 9416899. OLE color: 9416899.

HSL color Cylindrical-coordinate representation of color #C3B08F: hue angle of 38.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3B08F is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195176143-
CMYK00.100.270.24
HSL38.08º30.23%66.27%-
HSV(B)38.08º26.67%76.47%-
XYZ42.9944.6432.34-
YUV177.92108.29140.18-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 143 (56.25% from 255) = 27.82%
R=37.94%
G=34.24%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517614300.100.270.2438.0830.2366.27
HexC3B08F0A1B18261e42
Octal30326021701233304636102
Binary110000111011000010001111010101101111000100110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B08F; }

 p { color: rgb(195,176,143); }

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

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

 a { background-color: rgb(195,176,143); }

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

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

 span { border-color: rgb(195,176,143); }

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