Html Css Color HEX #C58A7A Brandy Rose

📋 copy color: '#C58A7A'

red 197 ◦ green 138 ◦ blue 122

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

Shades of Brandy Rose #C58A7A

Tints of Brandy Rose #C58A7A

RGB

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

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

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

R = 43.11%
G = 30.2%
B = 26.7%

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

#C58A7A (or 0xC58A7A) is known color: Brandy Rose. HEX triplet: C5, 8A and 7A. RGB value is (197,138,122). Sum of RGB (Red+Green+Blue) = 197+138+122=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C58A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58A7A is #3A7585. Grayscale: #999999. Windows color (decimal): -3831174 or 8030917. OLE color: 8030917.

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

Color convert

RGB 197 138 122 -
CMYK 0 0.30 0.38 0.23
HSL 12.8º 0.39% 0.63% -
HSV(B) 12.8º 0.38% 0.77% -
XYZ 35.63 31.45 22.61 -
YUV 153.82 110.05 158.8 -
System Red Green Blue C M Y K H S L
Decimal 197 138 122 0 0.30 0.38 0.23 12.8 0.39 0.63
Hex C5 8A 7A 0 1E 26 17 D 27 3F
Octal 305 212 172 0 36 46 27 15 47 77
Binary 11000101 10001010 1111010 0 11110 100110 10111 1101 100111 111111

Color Harmonies of #C58A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58A7A

Black with #C58A7A

Text Example


Text Example

White with #C58A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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