Html Css Color HEX #C26C63 Contessa

📋 copy color: '#C26C63'

red 194 ◦ green 108 ◦ blue 99

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

Shades of Contessa #C26C63

Tints of Contessa #C26C63

RGB

 RED value IS 194 (76.17% from 255) = 48.38%

 GREEN value IS 108 (42.58% from 255) = 26.93%

 BLUE value IS 99 (39.06% from 255) = 24.69%

R = 48.38%
G = 26.93%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#C26C63 (or 0xC26C63) is known color: Contessa. HEX triplet: C2, 6C and 63. RGB value is (194,108,99). Sum of RGB (Red+Green+Blue) = 194+108+99=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C26C63 is #3D939C. Grayscale: #848484. Windows color (decimal): -4035485 or 6515906. OLE color: 6515906.

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

Color convert

RGB 194 108 99 -
CMYK 0 0.44 0.49 0.24
HSL 5.68º 0.44% 0.57% -
HSV(B) 5.68º 0.49% 0.76% -
XYZ 29.86 23.1 14.69 -
YUV 132.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 194 108 99 0 0.44 0.49 0.24 5.68 0.44 0.57
Hex C2 6C 63 0 2C 31 18 6 2C 39
Octal 302 154 143 0 54 61 30 6 54 71
Binary 11000010 1101100 1100011 0 101100 110001 11000 110 101100 111001

Color Harmonies of #C26C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C26C63

Black with #C26C63

Text Example


Text Example

White with #C26C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C26C63; }

 p { color: rgb(194,108,99); }

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

background-color css

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

 a { background-color: rgb(194,108,99); }

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

border-color css

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

 span { border-color: rgb(194,108,99); }

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