Html Css Color HEX #C5857B Brandy Rose

📋 copy color: '#C5857B'

red 197 ◦ green 133 ◦ blue 123

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

Shades of Brandy Rose #C5857B

Tints of Brandy Rose #C5857B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.15%

R = 43.49%
G = 29.36%
B = 27.15%

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

#C5857B (or 0xC5857B) is known color: Brandy Rose. HEX triplet: C5, 85 and 7B. RGB value is (197,133,123). Sum of RGB (Red+Green+Blue) = 197+133+123=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5857B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5857B is #3A7A84. Grayscale: #979797. Windows color (decimal): -3832453 or 8095173. OLE color: 8095173.

HSL color Cylindrical-coordinate representation of color #C5857B: hue angle of 8.11º 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 #C5857B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 133 123 -
CMYK 0 0.32 0.38 0.23
HSL 8.11º 0.39% 0.63% -
HSV(B) 8.11º 0.38% 0.77% -
XYZ 34.99 30.08 22.7 -
YUV 151 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 197 133 123 0 0.32 0.38 0.23 8.11 0.39 0.63
Hex C5 85 7B 0 20 26 17 8 27 3F
Octal 305 205 173 0 40 46 27 10 47 77
Binary 11000101 10000101 1111011 0 100000 100110 10111 1000 100111 111111

Color Harmonies of #C5857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5857B

Black with #C5857B

Text Example


Text Example

White with #C5857B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5857B; }

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

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

background-color css

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

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

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

border-color css

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

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

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