Html Css Color HEX #C37073 Turkish Rose

📋 copy color: '#C37073'

red 195 ◦ green 112 ◦ blue 115

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

Shades of Turkish Rose #C37073

Tints of Turkish Rose #C37073

RGB

 RED value IS 195 (76.56% from 255) = 46.21%

 GREEN value IS 112 (44.14% from 255) = 26.54%

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

R = 46.21%
G = 26.54%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C37073 (or 0xC37073) is known color: Turkish Rose. HEX triplet: C3, 70 and 73. RGB value is (195,112,115). Sum of RGB (Red+Green+Blue) = 195+112+115=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C37073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37073 is #3C8F8C. Grayscale: #898989. Windows color (decimal): -3968909 or 7565507. OLE color: 7565507.

HSL color Cylindrical-coordinate representation of color #C37073: hue angle of 357.83º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C37073 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 112 115 -
CMYK 0 0.43 0.41 0.24
HSL 357.83º 0.41% 0.6% -
HSV(B) 357.83º 0.43% 0.76% -
XYZ 31.39 24.43 19.28 -
YUV 137.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 195 112 115 0 0.43 0.41 0.24 357.83 0.41 0.6
Hex C3 70 73 0 2B 29 18 166 29 3C
Octal 303 160 163 0 53 51 30 546 51 74
Binary 11000011 1110000 1110011 0 101011 101001 11000 101100110 101001 111100

Color Harmonies of #C37073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37073

Black with #C37073

Text Example


Text Example

White with #C37073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37073; }

 p { color: rgb(195,112,115); }

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

background-color css

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

 a { background-color: rgb(195,112,115); }

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

border-color css

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

 span { border-color: rgb(195,112,115); }

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