Html Css Color HEX #C07375 Turkish Rose

📋 copy color: '#C07375'

red 192 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #C07375

Tints of Turkish Rose #C07375

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.12%

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

R = 45.28%
G = 27.12%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C07375 (or 0xC07375) is known color: Turkish Rose. HEX triplet: C0, 73 and 75. RGB value is (192,115,117). Sum of RGB (Red+Green+Blue) = 192+115+117=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C07375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07375 is #3F8C8A. Grayscale: #8A8A8A. Windows color (decimal): -4164747 or 7697344. OLE color: 7697344.

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

Color convert

RGB 192 115 117 -
CMYK 0 0.40 0.39 0.25
HSL 358.44º 0.38% 0.6% -
HSV(B) 358.44º 0.4% 0.75% -
XYZ 31.08 24.75 19.97 -
YUV 138.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 192 115 117 0 0.40 0.39 0.25 358.44 0.38 0.6
Hex C0 73 75 0 28 27 19 166 26 3C
Octal 300 163 165 0 50 47 31 546 46 74
Binary 11000000 1110011 1110101 0 101000 100111 11001 101100110 100110 111100

Color Harmonies of #C07375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07375

Black with #C07375

Text Example


Text Example

White with #C07375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07375; }

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

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

background-color css

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

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

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

border-color css

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

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

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