Html Css Color HEX #C17F75 Brandy Rose

📋 copy color: '#C17F75'

red 193 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #C17F75

Tints of Brandy Rose #C17F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 44.16%
G = 29.06%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C17F75 (or 0xC17F75) is known color: Brandy Rose. HEX triplet: C1, 7F and 75. RGB value is (193,127,117). Sum of RGB (Red+Green+Blue) = 193+127+117=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 127 (50% from 255 or 29.06% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F75 is #3E808A. Grayscale: #919191. Windows color (decimal): -4096139 or 7700417. OLE color: 7700417.

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

Color convert

RGB 193 127 117 -
CMYK 0 0.34 0.39 0.24
HSL 7.89º 0.38% 0.61% -
HSV(B) 7.89º 0.39% 0.76% -
XYZ 32.79 27.8 20.47 -
YUV 145.59 111.87 161.81 -
System Red Green Blue C M Y K H S L
Decimal 193 127 117 0 0.34 0.39 0.24 7.89 0.38 0.61
Hex C1 7F 75 0 22 27 18 8 26 3D
Octal 301 177 165 0 42 47 30 10 46 75
Binary 11000001 1111111 1110101 0 100010 100111 11000 1000 100110 111101

Color Harmonies of #C17F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F75

Black with #C17F75

Text Example


Text Example

White with #C17F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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