Html Css Color HEX #C26B6D Turkish Rose

📋 copy color: '#C26B6D'

red 194 ◦ green 107 ◦ blue 109

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

Shades of Turkish Rose #C26B6D

Tints of Turkish Rose #C26B6D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.1%

 BLUE value IS 109 (42.97% from 255) = 26.59%

R = 47.32%
G = 26.1%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C26B6D (or 0xC26B6D) is known color: Turkish Rose. HEX triplet: C2, 6B and 6D. RGB value is (194,107,109). Sum of RGB (Red+Green+Blue) = 194+107+109=410 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.32% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26B6D is #3D9492. Grayscale: #858585. Windows color (decimal): -4035731 or 7171010. OLE color: 7171010.

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

Color convert

RGB 194 107 109 -
CMYK 0 0.45 0.44 0.24
HSL 358.62º 0.42% 0.59% -
HSV(B) 358.62º 0.45% 0.76% -
XYZ 30.27 23.09 17.33 -
YUV 133.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 194 107 109 0 0.45 0.44 0.24 358.62 0.42 0.59
Hex C2 6B 6D 0 2D 2C 18 167 2A 3B
Octal 302 153 155 0 55 54 30 547 52 73
Binary 11000010 1101011 1101101 0 101101 101100 11000 101100111 101010 111011

Color Harmonies of #C26B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26B6D

Black with #C26B6D

Text Example


Text Example

White with #C26B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26B6D; }

 p { color: rgb(194,107,109); }

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

background-color css

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

 a { background-color: rgb(194,107,109); }

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

border-color css

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

 span { border-color: rgb(194,107,109); }

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