Html Css Color HEX #C76A68 Contessa

📋 copy color: '#C76A68'

red 199 ◦ green 106 ◦ blue 104

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

Shades of Contessa #C76A68

Tints of Contessa #C76A68

RGB

 RED value IS 199 (78.13% from 255) = 48.66%

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

 BLUE value IS 104 (41.02% from 255) = 25.43%

R = 48.66%
G = 25.92%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C76A68 (or 0xC76A68) is known color: Contessa. HEX triplet: C7, 6A and 68. RGB value is (199,106,104). Sum of RGB (Red+Green+Blue) = 199+106+104=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 106 (41.80% from 255 or 25.92% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76A68 is #389597. Grayscale: #858585. Windows color (decimal): -3708312 or 6843079. OLE color: 6843079.

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

Color convert

RGB 199 106 104 -
CMYK 0 0.47 0.48 0.22
HSL 1.26º 0.46% 0.59% -
HSV(B) 1.26º 0.48% 0.78% -
XYZ 31.21 23.45 15.98 -
YUV 133.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 199 106 104 0 0.47 0.48 0.22 1.26 0.46 0.59
Hex C7 6A 68 0 2F 30 16 1 2E 3B
Octal 307 152 150 0 57 60 26 1 56 73
Binary 11000111 1101010 1101000 0 101111 110000 10110 1 101110 111011

Color Harmonies of #C76A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76A68

Black with #C76A68

Text Example


Text Example

White with #C76A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76A68; }

 p { color: rgb(199,106,104); }

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

background-color css

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

 a { background-color: rgb(199,106,104); }

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

border-color css

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

 span { border-color: rgb(199,106,104); }

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