Html Css Color HEX #C77069 Contessa

📋 copy color: '#C77069'

red 199 ◦ green 112 ◦ blue 105

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

Shades of Contessa #C77069

Tints of Contessa #C77069

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.92%

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

R = 47.84%
G = 26.92%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C77069 (or 0xC77069) is known color: Contessa. HEX triplet: C7, 70 and 69. RGB value is (199,112,105). Sum of RGB (Red+Green+Blue) = 199+112+105=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 112 (44.14% from 255 or 26.92% from 416); Blue value is 105 (41.41% from 255 or 25.24% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C77069 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77069 is #388F96. Grayscale: #898989. Windows color (decimal): -3706775 or 6910151. OLE color: 6910151.

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

Color convert

RGB 199 112 105 -
CMYK 0 0.44 0.47 0.22
HSL 4.47º 0.46% 0.6% -
HSV(B) 4.47º 0.47% 0.78% -
XYZ 31.9 24.75 16.46 -
YUV 137.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 199 112 105 0 0.44 0.47 0.22 4.47 0.46 0.6
Hex C7 70 69 0 2C 2F 16 4 2E 3C
Octal 307 160 151 0 54 57 26 4 56 74
Binary 11000111 1110000 1101001 0 101100 101111 10110 100 101110 111100

Color Harmonies of #C77069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77069

Black with #C77069

Text Example


Text Example

White with #C77069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77069; }

 p { color: rgb(199,112,105); }

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

background-color css

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

 a { background-color: rgb(199,112,105); }

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

border-color css

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

 span { border-color: rgb(199,112,105); }

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