Html Css Color HEX #C06D70 Turkish Rose

📋 copy color: '#C06D70'

red 192 ◦ green 109 ◦ blue 112

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

Shades of Turkish Rose #C06D70

Tints of Turkish Rose #C06D70

RGB

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

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

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

R = 46.49%
G = 26.39%
B = 27.12%

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

#C06D70 (or 0xC06D70) is known color: Turkish Rose. HEX triplet: C0, 6D and 70. RGB value is (192,109,112). Sum of RGB (Red+Green+Blue) = 192+109+112=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 112 (44.14% from 255 or 27.12% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D70 is #3F928F. Grayscale: #868686. Windows color (decimal): -4166288 or 7368128. OLE color: 7368128.

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

Color convert

RGB 192 109 112 -
CMYK 0 0.43 0.42 0.25
HSL 357.83º 0.4% 0.59% -
HSV(B) 357.83º 0.43% 0.75% -
XYZ 30.13 23.31 18.24 -
YUV 134.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 192 109 112 0 0.43 0.42 0.25 357.83 0.4 0.59
Hex C0 6D 70 0 2B 2A 19 166 28 3B
Octal 300 155 160 0 53 52 31 546 50 73
Binary 11000000 1101101 1110000 0 101011 101010 11001 101100110 101000 111011

Color Harmonies of #C06D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D70

Black with #C06D70

Text Example


Text Example

White with #C06D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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