Html Css Color HEX #C5877A Brandy Rose

📋 copy color: '#C5877A'

red 197 ◦ green 135 ◦ blue 122

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

Shades of Brandy Rose #C5877A

Tints of Brandy Rose #C5877A

RGB

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

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

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

R = 43.39%
G = 29.74%
B = 26.87%

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

#C5877A (or 0xC5877A) is known color: Brandy Rose. HEX triplet: C5, 87 and 7A. RGB value is (197,135,122). Sum of RGB (Red+Green+Blue) = 197+135+122=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 135 (53.12% from 255 or 29.74% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5877A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5877A is #3A7885. Grayscale: #989898. Windows color (decimal): -3831942 or 8030149. OLE color: 8030149.

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

Color convert

RGB 197 135 122 -
CMYK 0 0.31 0.38 0.23
HSL 10.4º 0.39% 0.63% -
HSV(B) 10.4º 0.38% 0.77% -
XYZ 35.2 30.6 22.46 -
YUV 152.06 111.04 160.06 -
System Red Green Blue C M Y K H S L
Decimal 197 135 122 0 0.31 0.38 0.23 10.4 0.39 0.63
Hex C5 87 7A 0 1F 26 17 A 27 3F
Octal 305 207 172 0 37 46 27 12 47 77
Binary 11000101 10000111 1111010 0 11111 100110 10111 1010 100111 111111

Color Harmonies of #C5877A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5877A

Black with #C5877A

Text Example


Text Example

White with #C5877A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5877A; }

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

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

background-color css

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

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

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

border-color css

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

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

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