Html Css Color HEX #C06B6F Turkish Rose

📋 copy color: '#C06B6F'

red 192 ◦ green 107 ◦ blue 111

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

Shades of Turkish Rose #C06B6F

Tints of Turkish Rose #C06B6F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.1%

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

R = 46.83%
G = 26.1%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C06B6F (or 0xC06B6F) is known color: Turkish Rose. HEX triplet: C0, 6B and 6F. RGB value is (192,107,111). Sum of RGB (Red+Green+Blue) = 192+107+111=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B6F is #3F9490. Grayscale: #848484. Windows color (decimal): -4166801 or 7302080. OLE color: 7302080.

HSL color Cylindrical-coordinate representation of color #C06B6F: hue angle of 357.18º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06B6F is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 107 111 -
CMYK 0 0.44 0.42 0.25
HSL 357.18º 0.4% 0.59% -
HSV(B) 357.18º 0.44% 0.75% -
XYZ 29.87 22.87 17.88 -
YUV 132.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 192 107 111 0 0.44 0.42 0.25 357.18 0.4 0.59
Hex C0 6B 6F 0 2C 2A 19 165 28 3B
Octal 300 153 157 0 54 52 31 545 50 73
Binary 11000000 1101011 1101111 0 101100 101010 11001 101100101 101000 111011

Color Harmonies of #C06B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B6F

Black with #C06B6F

Text Example


Text Example

White with #C06B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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