Html Css Color HEX #C66965 Contessa

📋 copy color: '#C66965'

red 198 ◦ green 105 ◦ blue 101

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

Shades of Contessa #C66965

Tints of Contessa #C66965

RGB

 RED value IS 198 (77.73% from 255) = 49.01%

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

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

R = 49.01%
G = 25.99%
B = 25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C66965 (or 0xC66965) is known color: Contessa. HEX triplet: C6, 69 and 65. RGB value is (198,105,101). Sum of RGB (Red+Green+Blue) = 198+105+101=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C66965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66965 is #39969A. Grayscale: #848484. Windows color (decimal): -3774107 or 6646214. OLE color: 6646214.

HSL color Cylindrical-coordinate representation of color #C66965: hue angle of 2.47º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C66965 is Cyan = 0, Magento = 0.47, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 105 101 -
CMYK 0 0.47 0.49 0.22
HSL 2.47º 0.46% 0.59% -
HSV(B) 2.47º 0.49% 0.78% -
XYZ 30.69 23.05 15.14 -
YUV 132.35 110.31 174.83 -
System Red Green Blue C M Y K H S L
Decimal 198 105 101 0 0.47 0.49 0.22 2.47 0.46 0.59
Hex C6 69 65 0 2F 31 16 2 2E 3B
Octal 306 151 145 0 57 61 26 2 56 73
Binary 11000110 1101001 1100101 0 101111 110001 10110 10 101110 111011

Color Harmonies of #C66965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66965

Black with #C66965

Text Example


Text Example

White with #C66965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66965; }

 p { color: rgb(198,105,101); }

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

background-color css

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

 a { background-color: rgb(198,105,101); }

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

border-color css

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

 span { border-color: rgb(198,105,101); }

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