Html Css Color HEX #C17577 Turkish Rose

📋 copy color: '#C17577'

red 193 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #C17577

Tints of Turkish Rose #C17577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.27%

 BLUE value IS 119 (46.88% from 255) = 27.74%

R = 44.99%
G = 27.27%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C17577 (or 0xC17577) is known color: Turkish Rose. HEX triplet: C1, 75 and 77. RGB value is (193,117,119). Sum of RGB (Red+Green+Blue) = 193+117+119=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 117 (46.09% from 255 or 27.27% from 429); Blue value is 119 (46.88% from 255 or 27.74% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C17577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17577 is #3E8A88. Grayscale: #8C8C8C. Windows color (decimal): -4098697 or 7828929. OLE color: 7828929.

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

Color convert

RGB 193 117 119 -
CMYK 0 0.39 0.38 0.24
HSL 358.42º 0.38% 0.61% -
HSV(B) 358.42º 0.39% 0.76% -
XYZ 31.68 25.39 20.68 -
YUV 139.95 116.18 165.84 -
System Red Green Blue C M Y K H S L
Decimal 193 117 119 0 0.39 0.38 0.24 358.42 0.38 0.61
Hex C1 75 77 0 27 26 18 166 26 3D
Octal 301 165 167 0 47 46 30 546 46 75
Binary 11000001 1110101 1110111 0 100111 100110 11000 101100110 100110 111101

Color Harmonies of #C17577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17577

Black with #C17577

Text Example


Text Example

White with #C17577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17577; }

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

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

background-color css

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

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

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

border-color css

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

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

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