Html Css Color HEX #C17F72 Brandy Rose

📋 copy color: '#C17F72'

red 193 ◦ green 127 ◦ blue 114

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

Shades of Brandy Rose #C17F72

Tints of Brandy Rose #C17F72

RGB

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

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

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

R = 44.47%
G = 29.26%
B = 26.27%

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

#C17F72 (or 0xC17F72) is known color: Brandy Rose. HEX triplet: C1, 7F and 72. RGB value is (193,127,114). Sum of RGB (Red+Green+Blue) = 193+127+114=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 114 (44.92% from 255 or 26.27% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F72 is #3E808D. Grayscale: #919191. Windows color (decimal): -4096142 or 7503809. OLE color: 7503809.

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

Color convert

RGB 193 127 114 -
CMYK 0 0.34 0.41 0.24
HSL 9.87º 0.39% 0.6% -
HSV(B) 9.87º 0.41% 0.76% -
XYZ 32.62 27.73 19.55 -
YUV 145.25 110.37 162.06 -
System Red Green Blue C M Y K H S L
Decimal 193 127 114 0 0.34 0.41 0.24 9.87 0.39 0.6
Hex C1 7F 72 0 22 29 18 A 27 3C
Octal 301 177 162 0 42 51 30 12 47 74
Binary 11000001 1111111 1110010 0 100010 101001 11000 1010 100111 111100

Color Harmonies of #C17F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F72

Black with #C17F72

Text Example


Text Example

White with #C17F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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