Html Css Color HEX #C5857A Brandy Rose

📋 copy color: '#C5857A'

red 197 ◦ green 133 ◦ blue 122

#C5857A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #C5857A

Tints of Brandy Rose #C5857A

RGB

 RED value IS 197 (77.34% from 255) = 43.58%

 GREEN value IS 133 (52.34% from 255) = 29.42%

 BLUE value IS 122 (48.05% from 255) = 26.99%

R = 43.58%
G = 29.42%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5857A (or 0xC5857A) is known color: Brandy Rose. HEX triplet: C5, 85 and 7A. RGB value is (197,133,122). Sum of RGB (Red+Green+Blue) = 197+133+122=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C5857A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5857A is #3A7A85. Grayscale: #969696. Windows color (decimal): -3832454 or 8029637. OLE color: 8029637.

HSL color Cylindrical-coordinate representation of color #C5857A: hue angle of 8.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5857A is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 122 -
CMYK 0 0.32 0.38 0.23
HSL 8.8º 0.39% 0.63% -
HSV(B) 8.8º 0.38% 0.77% -
XYZ 34.93 30.05 22.37 -
YUV 150.88 111.7 160.89 -
System Red Green Blue C M Y K H S L
Decimal 197 133 122 0 0.32 0.38 0.23 8.8 0.39 0.63
Hex C5 85 7A 0 20 26 17 9 27 3F
Octal 305 205 172 0 40 46 27 11 47 77
Binary 11000101 10000101 1111010 0 100000 100110 10111 1001 100111 111111

Color Harmonies of #C5857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5857A

Black with #C5857A

Text Example


Text Example

White with #C5857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5857A; }

 p { color: rgb(197,133,122); }

 H1.HeaderClassName
 {
   color: #C5857A;
 }
 .AnyTagClassName
 {
   color: #C5857A;
 }
</style>

background-color css

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

 a { background-color: rgb(197,133,122); }

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

border-color css

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

 span { border-color: rgb(197,133,122); }

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