Html Css Color HEX #C0696F Turkish Rose

📋 copy color: '#C0696F'

red 192 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #C0696F

Tints of Turkish Rose #C0696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.21%

R = 47.06%
G = 25.74%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0696F (or 0xC0696F) is known color: Turkish Rose. HEX triplet: C0, 69 and 6F. RGB value is (192,105,111). Sum of RGB (Red+Green+Blue) = 192+105+111=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C0696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0696F is #3F9690. Grayscale: #838383. Windows color (decimal): -4167313 or 7301568. OLE color: 7301568.

HSL color Cylindrical-coordinate representation of color #C0696F: hue angle of 355.86º 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 #C0696F is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 111 -
CMYK 0 0.45 0.42 0.25
HSL 355.86º 0.41% 0.58% -
HSV(B) 355.86º 0.45% 0.75% -
XYZ 29.66 22.46 17.81 -
YUV 131.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 192 105 111 0 0.45 0.42 0.25 355.86 0.41 0.58
Hex C0 69 6F 0 2D 2A 19 164 29 3A
Octal 300 151 157 0 55 52 31 544 51 72
Binary 11000000 1101001 1101111 0 101101 101010 11001 101100100 101001 111010

Color Harmonies of #C0696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0696F

Black with #C0696F

Text Example


Text Example

White with #C0696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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