Html Css Color HEX #C17F70 Brandy Rose

📋 copy color: '#C17F70'

red 193 ◦ green 127 ◦ blue 112

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

Shades of Brandy Rose #C17F70

Tints of Brandy Rose #C17F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.93%

R = 44.68%
G = 29.4%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C17F70 (or 0xC17F70) is known color: Brandy Rose. HEX triplet: C1, 7F and 70. RGB value is (193,127,112). Sum of RGB (Red+Green+Blue) = 193+127+112=432 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.68% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17F70 is #3E808F. Grayscale: #919191. Windows color (decimal): -4096144 or 7372737. OLE color: 7372737.

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

Color convert

RGB 193 127 112 -
CMYK 0 0.34 0.42 0.24
HSL 11.11º 0.4% 0.6% -
HSV(B) 11.11º 0.42% 0.76% -
XYZ 32.51 27.69 18.96 -
YUV 145.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 193 127 112 0 0.34 0.42 0.24 11.11 0.4 0.6
Hex C1 7F 70 0 22 2A 18 B 28 3C
Octal 301 177 160 0 42 52 30 13 50 74
Binary 11000001 1111111 1110000 0 100010 101010 11000 1011 101000 111100

Color Harmonies of #C17F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F70

Black with #C17F70

Text Example


Text Example

White with #C17F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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