Html Css Color HEX #C07778 Turkish Rose

📋 copy color: '#C07778'

red 192 ◦ green 119 ◦ blue 120

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

Shades of Turkish Rose #C07778

Tints of Turkish Rose #C07778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.61%

 BLUE value IS 120 (47.27% from 255) = 27.84%

R = 44.55%
G = 27.61%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C07778 (or 0xC07778) is known color: Turkish Rose. HEX triplet: C0, 77 and 78. RGB value is (192,119,120). Sum of RGB (Red+Green+Blue) = 192+119+120=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C07778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07778 is #3F8887. Grayscale: #8D8D8D. Windows color (decimal): -4163720 or 7894976. OLE color: 7894976.

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

Color convert

RGB 192 119 120 -
CMYK 0 0.38 0.38 0.25
HSL 359.18º 0.37% 0.61% -
HSV(B) 359.18º 0.38% 0.75% -
XYZ 31.73 25.76 21.07 -
YUV 140.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 192 119 120 0 0.38 0.38 0.25 359.18 0.37 0.61
Hex C0 77 78 0 26 26 19 167 25 3D
Octal 300 167 170 0 46 46 31 547 45 75
Binary 11000000 1110111 1111000 0 100110 100110 11001 101100111 100101 111101

Color Harmonies of #C07778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07778

Black with #C07778

Text Example


Text Example

White with #C07778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07778; }

 p { color: rgb(192,119,120); }

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

background-color css

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

 a { background-color: rgb(192,119,120); }

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

border-color css

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

 span { border-color: rgb(192,119,120); }

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