Html Css Color HEX #C17F6D Brandy Rose

📋 copy color: '#C17F6D'

red 193 ◦ green 127 ◦ blue 109

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

Shades of Brandy Rose #C17F6D

Tints of Brandy Rose #C17F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 44.99%
G = 29.6%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C17F6D (or 0xC17F6D) is known color: Brandy Rose. HEX triplet: C1, 7F and 6D. RGB value is (193,127,109). Sum of RGB (Red+Green+Blue) = 193+127+109=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F6D is #3E8092. Grayscale: #909090. Windows color (decimal): -4096147 or 7176129. OLE color: 7176129.

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

Color convert

RGB 193 127 109 -
CMYK 0 0.34 0.44 0.24
HSL 12.86º 0.4% 0.59% -
HSV(B) 12.86º 0.44% 0.76% -
XYZ 32.34 27.62 18.09 -
YUV 144.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 193 127 109 0 0.34 0.44 0.24 12.86 0.4 0.59
Hex C1 7F 6D 0 22 2C 18 D 28 3B
Octal 301 177 155 0 42 54 30 15 50 73
Binary 11000001 1111111 1101101 0 100010 101100 11000 1101 101000 111011

Color Harmonies of #C17F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F6D

Black with #C17F6D

Text Example


Text Example

White with #C17F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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