Html Css Color HEX #C26F72 Turkish Rose

📋 copy color: '#C26F72'

red 194 ◦ green 111 ◦ blue 114

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

Shades of Turkish Rose #C26F72

Tints of Turkish Rose #C26F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 46.3%
G = 26.49%
B = 27.21%

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

#C26F72 (or 0xC26F72) is known color: Turkish Rose. HEX triplet: C2, 6F and 72. RGB value is (194,111,114). Sum of RGB (Red+Green+Blue) = 194+111+114=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26F72 is #3D908D. Grayscale: #888888. Windows color (decimal): -4034702 or 7499714. OLE color: 7499714.

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

Color convert

RGB 194 111 114 -
CMYK 0 0.43 0.41 0.24
HSL 357.83º 0.4% 0.6% -
HSV(B) 357.83º 0.43% 0.76% -
XYZ 30.97 24.05 18.93 -
YUV 136.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 194 111 114 0 0.43 0.41 0.24 357.83 0.4 0.6
Hex C2 6F 72 0 2B 29 18 166 28 3C
Octal 302 157 162 0 53 51 30 546 50 74
Binary 11000010 1101111 1110010 0 101011 101001 11000 101100110 101000 111100

Color Harmonies of #C26F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26F72

Black with #C26F72

Text Example


Text Example

White with #C26F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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