Html Css Color HEX #C07175 Turkish Rose

📋 copy color: '#C07175'

red 192 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #C07175

Tints of Turkish Rose #C07175

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 45.5%
G = 26.78%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07175 (or 0xC07175) is known color: Turkish Rose. HEX triplet: C0, 71 and 75. RGB value is (192,113,117). Sum of RGB (Red+Green+Blue) = 192+113+117=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C07175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07175 is #3F8E8A. Grayscale: #898989. Windows color (decimal): -4165259 or 7696832. OLE color: 7696832.

HSL color Cylindrical-coordinate representation of color #C07175: hue angle of 356.96º degrees, saturation: 0.39, 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 #C07175 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 113 117 -
CMYK 0 0.41 0.39 0.25
HSL 356.96º 0.39% 0.6% -
HSV(B) 356.96º 0.41% 0.75% -
XYZ 30.85 24.3 19.89 -
YUV 137.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 192 113 117 0 0.41 0.39 0.25 356.96 0.39 0.6
Hex C0 71 75 0 29 27 19 165 27 3C
Octal 300 161 165 0 51 47 31 545 47 74
Binary 11000000 1110001 1110101 0 101001 100111 11001 101100101 100111 111100

Color Harmonies of #C07175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07175

Black with #C07175

Text Example


Text Example

White with #C07175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07175; }

 p { color: rgb(192,113,117); }

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

background-color css

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

 a { background-color: rgb(192,113,117); }

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

border-color css

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

 span { border-color: rgb(192,113,117); }

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