Html Css Color HEX #C17069 Contessa

📋 copy color: '#C17069'

red 193 ◦ green 112 ◦ blue 105

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

Shades of Contessa #C17069

Tints of Contessa #C17069

RGB

 RED value IS 193 (75.78% from 255) = 47.07%

 GREEN value IS 112 (44.14% from 255) = 27.32%

 BLUE value IS 105 (41.41% from 255) = 25.61%

R = 47.07%
G = 27.32%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C17069 (or 0xC17069) is known color: Contessa. HEX triplet: C1, 70 and 69. RGB value is (193,112,105). Sum of RGB (Red+Green+Blue) = 193+112+105=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C17069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17069 is #3E8F96. Grayscale: #878787. Windows color (decimal): -4099991 or 6910145. OLE color: 6910145.

HSL color Cylindrical-coordinate representation of color #C17069: hue angle of 4.77º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C17069 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 105 -
CMYK 0 0.42 0.46 0.24
HSL 4.77º 0.42% 0.58% -
HSV(B) 4.77º 0.46% 0.76% -
XYZ 30.34 23.95 16.39 -
YUV 135.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 193 112 105 0 0.42 0.46 0.24 4.77 0.42 0.58
Hex C1 70 69 0 2A 2E 18 5 2A 3A
Octal 301 160 151 0 52 56 30 5 52 72
Binary 11000001 1110000 1101001 0 101010 101110 11000 101 101010 111010

Color Harmonies of #C17069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17069

Black with #C17069

Text Example


Text Example

White with #C17069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17069; }

 p { color: rgb(193,112,105); }

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

background-color css

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

 a { background-color: rgb(193,112,105); }

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

border-color css

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

 span { border-color: rgb(193,112,105); }

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