Html Css Color HEX #C06D6E Turkish Rose

📋 copy color: '#C06D6E'

red 192 ◦ green 109 ◦ blue 110

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

Shades of Turkish Rose #C06D6E

Tints of Turkish Rose #C06D6E

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

 GREEN value IS 109 (42.97% from 255) = 26.52%

 BLUE value IS 110 (43.36% from 255) = 26.76%

R = 46.72%
G = 26.52%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C06D6E (or 0xC06D6E) is known color: Turkish Rose. HEX triplet: C0, 6D and 6E. RGB value is (192,109,110). Sum of RGB (Red+Green+Blue) = 192+109+110=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 109 (42.97% from 255 or 26.52% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D6E is #3F9291. Grayscale: #868686. Windows color (decimal): -4166290 or 7237056. OLE color: 7237056.

HSL color Cylindrical-coordinate representation of color #C06D6E: hue angle of 359.28º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D6E is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 110 -
CMYK 0 0.43 0.43 0.25
HSL 359.28º 0.4% 0.59% -
HSV(B) 359.28º 0.43% 0.75% -
XYZ 30.02 23.27 17.66 -
YUV 133.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 192 109 110 0 0.43 0.43 0.25 359.28 0.4 0.59
Hex C0 6D 6E 0 2B 2B 19 167 28 3B
Octal 300 155 156 0 53 53 31 547 50 73
Binary 11000000 1101101 1101110 0 101011 101011 11001 101100111 101000 111011

Color Harmonies of #C06D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D6E

Black with #C06D6E

Text Example


Text Example

White with #C06D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D6E; }

 p { color: rgb(192,109,110); }

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

background-color css

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

 a { background-color: rgb(192,109,110); }

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

border-color css

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

 span { border-color: rgb(192,109,110); }

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