Html Css Color HEX #C0696B Turkish Rose

📋 copy color: '#C0696B'

red 192 ◦ green 105 ◦ blue 107

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

Shades of Turkish Rose #C0696B

Tints of Turkish Rose #C0696B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.49%

R = 47.52%
G = 25.99%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0696B (or 0xC0696B) is known color: Turkish Rose. HEX triplet: C0, 69 and 6B. RGB value is (192,105,107). Sum of RGB (Red+Green+Blue) = 192+105+107=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0696B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0696B is #3F9694. Grayscale: #838383. Windows color (decimal): -4167317 or 7039424. OLE color: 7039424.

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

Color convert

RGB 192 105 107 -
CMYK 0 0.45 0.44 0.25
HSL 358.62º 0.41% 0.58% -
HSV(B) 358.62º 0.45% 0.75% -
XYZ 29.44 22.37 16.68 -
YUV 131.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 192 105 107 0 0.45 0.44 0.25 358.62 0.41 0.58
Hex C0 69 6B 0 2D 2C 19 167 29 3A
Octal 300 151 153 0 55 54 31 547 51 72
Binary 11000000 1101001 1101011 0 101101 101100 11001 101100111 101001 111010

Color Harmonies of #C0696B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0696B

Black with #C0696B

Text Example


Text Example

White with #C0696B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0696B; }

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

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

background-color css

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

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

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

border-color css

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

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

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