Html Css Color HEX #C66A69 Contessa

📋 copy color: '#C66A69'

red 198 ◦ green 106 ◦ blue 105

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

Shades of Contessa #C66A69

Tints of Contessa #C66A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.92%

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

R = 48.41%
G = 25.92%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C66A69 (or 0xC66A69) is known color: Contessa. HEX triplet: C6, 6A and 69. RGB value is (198,106,105). Sum of RGB (Red+Green+Blue) = 198+106+105=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A69 is #399596. Grayscale: #858585. Windows color (decimal): -3773847 or 6908614. OLE color: 6908614.

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

Color convert

RGB 198 106 105 -
CMYK 0 0.46 0.47 0.22
HSL 0.65º 0.45% 0.59% -
HSV(B) 0.65º 0.47% 0.78% -
XYZ 30.99 23.33 16.23 -
YUV 133.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 198 106 105 0 0.46 0.47 0.22 0.65 0.45 0.59
Hex C6 6A 69 0 2E 2F 16 1 2D 3B
Octal 306 152 151 0 56 57 26 1 55 73
Binary 11000110 1101010 1101001 0 101110 101111 10110 1 101101 111011

Color Harmonies of #C66A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C66A69

Black with #C66A69

Text Example


Text Example

White with #C66A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C66A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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