Html Css Color HEX #C06D6F Turkish Rose

📋 copy color: '#C06D6F'

red 192 ◦ green 109 ◦ blue 111

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

Shades of Turkish Rose #C06D6F

Tints of Turkish Rose #C06D6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 46.6%
G = 26.46%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06D6F (or 0xC06D6F) is known color: Turkish Rose. HEX triplet: C0, 6D and 6F. RGB value is (192,109,111). Sum of RGB (Red+Green+Blue) = 192+109+111=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 109 (42.97% from 255 or 26.46% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D6F is #3F9290. Grayscale: #868686. Windows color (decimal): -4166289 or 7302592. OLE color: 7302592.

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

Color convert

RGB 192 109 111 -
CMYK 0 0.43 0.42 0.25
HSL 358.55º 0.4% 0.59% -
HSV(B) 358.55º 0.43% 0.75% -
XYZ 30.08 23.29 17.95 -
YUV 134.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 192 109 111 0 0.43 0.42 0.25 358.55 0.4 0.59
Hex C0 6D 6F 0 2B 2A 19 167 28 3B
Octal 300 155 157 0 53 52 31 547 50 73
Binary 11000000 1101101 1101111 0 101011 101010 11001 101100111 101000 111011

Color Harmonies of #C06D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D6F

Black with #C06D6F

Text Example


Text Example

White with #C06D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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