Html Css Color HEX #C58A7B Brandy Rose

📋 copy color: '#C58A7B'

red 197 ◦ green 138 ◦ blue 123

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

Shades of Brandy Rose #C58A7B

Tints of Brandy Rose #C58A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

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

R = 43.01%
G = 30.13%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C58A7B (or 0xC58A7B) is known color: Brandy Rose. HEX triplet: C5, 8A and 7B. RGB value is (197,138,123). Sum of RGB (Red+Green+Blue) = 197+138+123=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A7B is #3A7584. Grayscale: #9A9A9A. Windows color (decimal): -3831173 or 8096453. OLE color: 8096453.

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

Color convert

RGB 197 138 123 -
CMYK 0 0.30 0.38 0.23
HSL 12.16º 0.39% 0.63% -
HSV(B) 12.16º 0.38% 0.77% -
XYZ 35.69 31.48 22.93 -
YUV 153.93 110.55 158.72 -
System Red Green Blue C M Y K H S L
Decimal 197 138 123 0 0.30 0.38 0.23 12.16 0.39 0.63
Hex C5 8A 7B 0 1E 26 17 C 27 3F
Octal 305 212 173 0 36 46 27 14 47 77
Binary 11000101 10001010 1111011 0 11110 100110 10111 1100 100111 111111

Color Harmonies of #C58A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A7B

Black with #C58A7B

Text Example


Text Example

White with #C58A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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