#C38B77

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

Shades of Brandy Rose #C38B77

Tints of Brandy Rose #C38B77

Color information

#C38B77 (or 0xC38B77) is unknown color: approx Brandy Rose. HEX triplet: C3, 8B and 77. RGB value is (195,139,119). Sum of RGB (Red+Green+Blue) = 195+139+119=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B77 is #3C7488. Grayscale: #999999. Windows color (decimal): -3961993 or 7834563. OLE color: 7834563.

HSL color Cylindrical-coordinate representation of color #C38B77: hue angle of 15.79º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C38B77 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB195139119-
CMYK00.290.390.24
HSL15.79º38.78%61.57%-
HSV(B)15.79º38.97%76.47%-
XYZ35.0731.421.67-
YUV153.46108.55157.63-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.05%
GREEN value IS 139 (54.69% from 255) = 30.68%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=43.05%
G=30.68%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513911900.290.390.2415.7938.7861.57
HexC38B7701D271810273e
Octal3032131670354730204776
Binary110000111000101111101110111011001111100010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38B77; }

 p { color: rgb(195,139,119); }

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

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

 a { background-color: rgb(195,139,119); }

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

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

 span { border-color: rgb(195,139,119); }

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