Html Css Color HEX #C77469 Contessa

📋 copy color: '#C77469'

red 199 ◦ green 116 ◦ blue 105

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

Shades of Contessa #C77469

Tints of Contessa #C77469

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.62%

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

R = 47.38%
G = 27.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C77469 (or 0xC77469) is known color: Contessa. HEX triplet: C7, 74 and 69. RGB value is (199,116,105). Sum of RGB (Red+Green+Blue) = 199+116+105=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C77469 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77469 is #388B96. Grayscale: #8B8B8B. Windows color (decimal): -3705751 or 6911175. OLE color: 6911175.

HSL color Cylindrical-coordinate representation of color #C77469: hue angle of 7.02º 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 #C77469 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 116 105 -
CMYK 0 0.42 0.47 0.22
HSL 7.02º 0.46% 0.6% -
HSV(B) 7.02º 0.47% 0.78% -
XYZ 32.35 25.65 16.61 -
YUV 139.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 199 116 105 0 0.42 0.47 0.22 7.02 0.46 0.6
Hex C7 74 69 0 2A 2F 16 7 2E 3C
Octal 307 164 151 0 52 57 26 7 56 74
Binary 11000111 1110100 1101001 0 101010 101111 10110 111 101110 111100

Color Harmonies of #C77469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C77469

Black with #C77469

Text Example


Text Example

White with #C77469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C77469; }

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

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

background-color css

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

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

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

border-color css

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

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

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