Html Css Color HEX #C26F70 Turkish Rose

📋 copy color: '#C26F70'

red 194 ◦ green 111 ◦ blue 112

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

Shades of Turkish Rose #C26F70

Tints of Turkish Rose #C26F70

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.62%

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

R = 46.52%
G = 26.62%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C26F70 (or 0xC26F70) is known color: Turkish Rose. HEX triplet: C2, 6F and 70. RGB value is (194,111,112). Sum of RGB (Red+Green+Blue) = 194+111+112=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F70 is #3D908F. Grayscale: #888888. Windows color (decimal): -4034704 or 7368642. OLE color: 7368642.

HSL color Cylindrical-coordinate representation of color #C26F70: hue angle of 359.28º degrees, saturation: 0.4, 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 #C26F70 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 111 112 -
CMYK 0 0.43 0.42 0.24
HSL 359.28º 0.4% 0.6% -
HSV(B) 359.28º 0.43% 0.76% -
XYZ 30.86 24.01 18.34 -
YUV 135.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 194 111 112 0 0.43 0.42 0.24 359.28 0.4 0.6
Hex C2 6F 70 0 2B 2A 18 167 28 3C
Octal 302 157 160 0 53 52 30 547 50 74
Binary 11000010 1101111 1110000 0 101011 101010 11000 101100111 101000 111100

Color Harmonies of #C26F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F70

Black with #C26F70

Text Example


Text Example

White with #C26F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F70; }

 p { color: rgb(194,111,112); }

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

background-color css

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

 a { background-color: rgb(194,111,112); }

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

border-color css

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

 span { border-color: rgb(194,111,112); }

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