Html Css Color HEX #C58072 Brandy Rose

📋 copy color: '#C58072'

red 197 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #C58072

Tints of Brandy Rose #C58072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.16%

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

R = 44.87%
G = 29.16%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C58072 (or 0xC58072) is known color: Brandy Rose. HEX triplet: C5, 80 and 72. RGB value is (197,128,114). Sum of RGB (Red+Green+Blue) = 197+128+114=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C58072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58072 is #3A7F8D. Grayscale: #939393. Windows color (decimal): -3833742 or 7504069. OLE color: 7504069.

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

Color convert

RGB 197 128 114 -
CMYK 0 0.35 0.42 0.23
HSL 10.12º 0.42% 0.61% -
HSV(B) 10.12º 0.42% 0.77% -
XYZ 33.78 28.52 19.64 -
YUV 147.04 109.36 163.64 -
System Red Green Blue C M Y K H S L
Decimal 197 128 114 0 0.35 0.42 0.23 10.12 0.42 0.61
Hex C5 80 72 0 23 2A 17 A 2A 3D
Octal 305 200 162 0 43 52 27 12 52 75
Binary 11000101 10000000 1110010 0 100011 101010 10111 1010 101010 111101

Color Harmonies of #C58072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58072

Black with #C58072

Text Example


Text Example

White with #C58072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58072; }

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

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

background-color css

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

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

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

border-color css

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

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

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