Html Css Color HEX #C17E75 Brandy Rose

📋 copy color: '#C17E75'

red 193 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #C17E75

Tints of Brandy Rose #C17E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.9%

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

R = 44.27%
G = 28.9%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C17E75 (or 0xC17E75) is known color: Brandy Rose. HEX triplet: C1, 7E and 75. RGB value is (193,126,117). Sum of RGB (Red+Green+Blue) = 193+126+117=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17E75 is #3E818A. Grayscale: #919191. Windows color (decimal): -4096395 or 7700161. OLE color: 7700161.

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

Color convert

RGB 193 126 117 -
CMYK 0 0.35 0.39 0.24
HSL 7.11º 0.38% 0.61% -
HSV(B) 7.11º 0.39% 0.76% -
XYZ 32.66 27.54 20.42 -
YUV 145.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 193 126 117 0 0.35 0.39 0.24 7.11 0.38 0.61
Hex C1 7E 75 0 23 27 18 7 26 3D
Octal 301 176 165 0 43 47 30 7 46 75
Binary 11000001 1111110 1110101 0 100011 100111 11000 111 100110 111101

Color Harmonies of #C17E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E75

Black with #C17E75

Text Example


Text Example

White with #C17E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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