Html Css Color HEX #C0696E Turkish Rose

📋 copy color: '#C0696E'

red 192 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #C0696E

Tints of Turkish Rose #C0696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.8%

 BLUE value IS 110 (43.36% from 255) = 27.03%

R = 47.17%
G = 25.8%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0696E (or 0xC0696E) is known color: Turkish Rose. HEX triplet: C0, 69 and 6E. RGB value is (192,105,110). Sum of RGB (Red+Green+Blue) = 192+105+110=407 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.17% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 192 - color contains mainly: red. Hex color #C0696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0696E is #3F9691. Grayscale: #838383. Windows color (decimal): -4167314 or 7236032. OLE color: 7236032.

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

Color convert

RGB 192 105 110 -
CMYK 0 0.45 0.43 0.25
HSL 356.55º 0.41% 0.58% -
HSV(B) 356.55º 0.45% 0.75% -
XYZ 29.6 22.44 17.52 -
YUV 131.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 192 105 110 0 0.45 0.43 0.25 356.55 0.41 0.58
Hex C0 69 6E 0 2D 2B 19 165 29 3A
Octal 300 151 156 0 55 53 31 545 51 72
Binary 11000000 1101001 1101110 0 101101 101011 11001 101100101 101001 111010

Color Harmonies of #C0696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0696E

Black with #C0696E

Text Example


Text Example

White with #C0696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0696E; }

 p { color: rgb(192,105,110); }

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

background-color css

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

 a { background-color: rgb(192,105,110); }

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

border-color css

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

 span { border-color: rgb(192,105,110); }

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