Html Css Color HEX #C26E73 Turkish Rose

📋 copy color: '#C26E73'

red 194 ◦ green 110 ◦ blue 115

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

Shades of Turkish Rose #C26E73

Tints of Turkish Rose #C26E73

RGB

 RED value IS 194 (76.17% from 255) = 46.3%

 GREEN value IS 110 (43.36% from 255) = 26.25%

 BLUE value IS 115 (45.31% from 255) = 27.45%

R = 46.3%
G = 26.25%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C26E73 (or 0xC26E73) is known color: Turkish Rose. HEX triplet: C2, 6E and 73. RGB value is (194,110,115). Sum of RGB (Red+Green+Blue) = 194+110+115=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 115 (45.31% from 255 or 27.45% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26E73 is #3D918C. Grayscale: #878787. Windows color (decimal): -4034957 or 7564994. OLE color: 7564994.

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

Color convert

RGB 194 110 115 -
CMYK 0 0.43 0.41 0.24
HSL 356.43º 0.41% 0.6% -
HSV(B) 356.43º 0.43% 0.76% -
XYZ 30.92 23.86 19.2 -
YUV 135.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 194 110 115 0 0.43 0.41 0.24 356.43 0.41 0.6
Hex C2 6E 73 0 2B 29 18 164 29 3C
Octal 302 156 163 0 53 51 30 544 51 74
Binary 11000010 1101110 1110011 0 101011 101001 11000 101100100 101001 111100

Color Harmonies of #C26E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26E73

Black with #C26E73

Text Example


Text Example

White with #C26E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26E73; }

 p { color: rgb(194,110,115); }

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

background-color css

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

 a { background-color: rgb(194,110,115); }

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

border-color css

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

 span { border-color: rgb(194,110,115); }

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