Html Css Color HEX #C5877B Brandy Rose

📋 copy color: '#C5877B'

red 197 ◦ green 135 ◦ blue 123

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

Shades of Brandy Rose #C5877B

Tints of Brandy Rose #C5877B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.67%

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

R = 43.3%
G = 29.67%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5877B (or 0xC5877B) is known color: Brandy Rose. HEX triplet: C5, 87 and 7B. RGB value is (197,135,123). Sum of RGB (Red+Green+Blue) = 197+135+123=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5877B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5877B is #3A7884. Grayscale: #989898. Windows color (decimal): -3831941 or 8095685. OLE color: 8095685.

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

Color convert

RGB 197 135 123 -
CMYK 0 0.31 0.38 0.23
HSL 9.73º 0.39% 0.63% -
HSV(B) 9.73º 0.38% 0.77% -
XYZ 35.27 30.63 22.79 -
YUV 152.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 197 135 123 0 0.31 0.38 0.23 9.73 0.39 0.63
Hex C5 87 7B 0 1F 26 17 A 27 3F
Octal 305 207 173 0 37 46 27 12 47 77
Binary 11000101 10000111 1111011 0 11111 100110 10111 1010 100111 111111

Color Harmonies of #C5877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5877B

Black with #C5877B

Text Example


Text Example

White with #C5877B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5877B; }

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

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

background-color css

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

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

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

border-color css

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

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

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