Html Css Color HEX #C07273 Turkish Rose

📋 copy color: '#C07273'

red 192 ◦ green 114 ◦ blue 115

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

Shades of Turkish Rose #C07273

Tints of Turkish Rose #C07273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.08%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 45.61%
G = 27.08%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C07273 (or 0xC07273) is known color: Turkish Rose. HEX triplet: C0, 72 and 73. RGB value is (192,114,115). Sum of RGB (Red+Green+Blue) = 192+114+115=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 114 (44.92% from 255 or 27.08% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07273 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07273 is #3F8D8C. Grayscale: #898989. Windows color (decimal): -4165005 or 7566016. OLE color: 7566016.

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

Color convert

RGB 192 114 115 -
CMYK 0 0.41 0.40 0.25
HSL 359.23º 0.38% 0.6% -
HSV(B) 359.23º 0.41% 0.75% -
XYZ 30.85 24.48 19.32 -
YUV 137.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 192 114 115 0 0.41 0.40 0.25 359.23 0.38 0.6
Hex C0 72 73 0 29 28 19 167 26 3C
Octal 300 162 163 0 51 50 31 547 46 74
Binary 11000000 1110010 1110011 0 101001 101000 11001 101100111 100110 111100

Color Harmonies of #C07273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07273

Black with #C07273

Text Example


Text Example

White with #C07273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07273; }

 p { color: rgb(192,114,115); }

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

background-color css

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

 a { background-color: rgb(192,114,115); }

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

border-color css

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

 span { border-color: rgb(192,114,115); }

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