Html Css Color HEX #C17965 Contessa

📋 copy color: '#C17965'

red 193 ◦ green 121 ◦ blue 101

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

Shades of Contessa #C17965

Tints of Contessa #C17965

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.16%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 46.51%
G = 29.16%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C17965 (or 0xC17965) is known color: Contessa. HEX triplet: C1, 79 and 65. RGB value is (193,121,101). Sum of RGB (Red+Green+Blue) = 193+121+101=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C17965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C17965 is #3E869A. Grayscale: #8C8C8C. Windows color (decimal): -4097691 or 6650305. OLE color: 6650305.

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

Color convert

RGB 193 121 101 -
CMYK 0 0.37 0.48 0.24
HSL 13.04º 0.43% 0.58% -
HSV(B) 13.04º 0.48% 0.76% -
XYZ 31.18 25.95 15.68 -
YUV 140.25 105.85 165.63 -
System Red Green Blue C M Y K H S L
Decimal 193 121 101 0 0.37 0.48 0.24 13.04 0.43 0.58
Hex C1 79 65 0 25 30 18 D 2B 3A
Octal 301 171 145 0 45 60 30 15 53 72
Binary 11000001 1111001 1100101 0 100101 110000 11000 1101 101011 111010

Color Harmonies of #C17965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17965

Black with #C17965

Text Example


Text Example

White with #C17965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17965; }

 p { color: rgb(193,121,101); }

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

background-color css

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

 a { background-color: rgb(193,121,101); }

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

border-color css

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

 span { border-color: rgb(193,121,101); }

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