Html Css Color HEX #C17F71 Brandy Rose

📋 copy color: '#C17F71'

red 193 ◦ green 127 ◦ blue 113

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

Shades of Brandy Rose #C17F71

Tints of Brandy Rose #C17F71

RGB

 RED value IS 193 (75.78% from 255) = 44.57%

 GREEN value IS 127 (50% from 255) = 29.33%

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 44.57%
G = 29.33%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C17F71 (or 0xC17F71) is known color: Brandy Rose. HEX triplet: C1, 7F and 71. RGB value is (193,127,113). Sum of RGB (Red+Green+Blue) = 193+127+113=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 127 (50% from 255 or 29.33% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F71 is #3E808E. Grayscale: #919191. Windows color (decimal): -4096143 or 7438273. OLE color: 7438273.

HSL color Cylindrical-coordinate representation of color #C17F71: hue angle of 10.5º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C17F71 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 127 113 -
CMYK 0 0.34 0.41 0.24
HSL 10.5º 0.39% 0.6% -
HSV(B) 10.5º 0.41% 0.76% -
XYZ 32.56 27.71 19.25 -
YUV 145.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 193 127 113 0 0.34 0.41 0.24 10.5 0.39 0.6
Hex C1 7F 71 0 22 29 18 A 27 3C
Octal 301 177 161 0 42 51 30 12 47 74
Binary 11000001 1111111 1110001 0 100010 101001 11000 1010 100111 111100

Color Harmonies of #C17F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F71

Black with #C17F71

Text Example


Text Example

White with #C17F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F71; }

 p { color: rgb(193,127,113); }

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

background-color css

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

 a { background-color: rgb(193,127,113); }

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

border-color css

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

 span { border-color: rgb(193,127,113); }

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