Html Css Color HEX #C58170 Brandy Rose

📋 copy color: '#C58170'

red 197 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #C58170

Tints of Brandy Rose #C58170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.45%

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 44.98%
G = 29.45%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C58170 (or 0xC58170) is known color: Brandy Rose. HEX triplet: C5, 81 and 70. RGB value is (197,129,112). Sum of RGB (Red+Green+Blue) = 197+129+112=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 129 (50.78% from 255 or 29.45% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C58170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58170 is #3A7E8F. Grayscale: #939393. Windows color (decimal): -3833488 or 7373253. OLE color: 7373253.

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

Color convert

RGB 197 129 112 -
CMYK 0 0.35 0.43 0.23
HSL 12º 0.42% 0.61% -
HSV(B) 12º 0.43% 0.77% -
XYZ 33.8 28.74 19.1 -
YUV 147.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 197 129 112 0 0.35 0.43 0.23 12 0.42 0.61
Hex C5 81 70 0 23 2B 17 C 2A 3D
Octal 305 201 160 0 43 53 27 14 52 75
Binary 11000101 10000001 1110000 0 100011 101011 10111 1100 101010 111101

Color Harmonies of #C58170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58170

Black with #C58170

Text Example


Text Example

White with #C58170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58170; }

 p { color: rgb(197,129,112); }

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

background-color css

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

 a { background-color: rgb(197,129,112); }

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

border-color css

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

 span { border-color: rgb(197,129,112); }

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