Html Css Color HEX #C5867B Brandy Rose

📋 copy color: '#C5867B'

red 197 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #C5867B

Tints of Brandy Rose #C5867B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

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

R = 43.39%
G = 29.52%
B = 27.09%

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

#C5867B (or 0xC5867B) is known color: Brandy Rose. HEX triplet: C5, 86 and 7B. RGB value is (197,134,123). Sum of RGB (Red+Green+Blue) = 197+134+123=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C5867B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5867B is #3A7984. Grayscale: #979797. Windows color (decimal): -3832197 or 8095429. OLE color: 8095429.

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

Color convert

RGB 197 134 123 -
CMYK 0 0.32 0.38 0.23
HSL 8.92º 0.39% 0.63% -
HSV(B) 8.92º 0.38% 0.77% -
XYZ 35.13 30.35 22.75 -
YUV 151.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 197 134 123 0 0.32 0.38 0.23 8.92 0.39 0.63
Hex C5 86 7B 0 20 26 17 9 27 3F
Octal 305 206 173 0 40 46 27 11 47 77
Binary 11000101 10000110 1111011 0 100000 100110 10111 1001 100111 111111

Color Harmonies of #C5867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5867B

Black with #C5867B

Text Example


Text Example

White with #C5867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5867B; }

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

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

background-color css

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

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

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

border-color css

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

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

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