Html Css Color HEX #C58272 Brandy Rose

📋 copy color: '#C58272'

red 197 ◦ green 130 ◦ blue 114

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

Shades of Brandy Rose #C58272

Tints of Brandy Rose #C58272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.48%

 BLUE value IS 114 (44.92% from 255) = 25.85%

R = 44.67%
G = 29.48%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C58272 (or 0xC58272) is known color: Brandy Rose. HEX triplet: C5, 82 and 72. RGB value is (197,130,114). Sum of RGB (Red+Green+Blue) = 197+130+114=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C58272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58272 is #3A7D8D. Grayscale: #949494. Windows color (decimal): -3833230 or 7504581. OLE color: 7504581.

HSL color Cylindrical-coordinate representation of color #C58272: hue angle of 11.57º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58272 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 130 114 -
CMYK 0 0.34 0.42 0.23
HSL 11.57º 0.42% 0.61% -
HSV(B) 11.57º 0.42% 0.77% -
XYZ 34.05 29.05 19.73 -
YUV 148.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 197 130 114 0 0.34 0.42 0.23 11.57 0.42 0.61
Hex C5 82 72 0 22 2A 17 C 2A 3D
Octal 305 202 162 0 42 52 27 14 52 75
Binary 11000101 10000010 1110010 0 100010 101010 10111 1100 101010 111101

Color Harmonies of #C58272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58272

Black with #C58272

Text Example


Text Example

White with #C58272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58272; }

 p { color: rgb(197,130,114); }

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

background-color css

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

 a { background-color: rgb(197,130,114); }

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

border-color css

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

 span { border-color: rgb(197,130,114); }

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