Html Css Color HEX #C06761 Contessa

📋 copy color: '#C06761'

red 192 ◦ green 103 ◦ blue 97

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

Shades of Contessa #C06761

Tints of Contessa #C06761

RGB

 RED value IS 192 (75.39% from 255) = 48.98%

 GREEN value IS 103 (40.63% from 255) = 26.28%

 BLUE value IS 97 (38.28% from 255) = 24.74%

R = 48.98%
G = 26.28%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C06761 (or 0xC06761) is known color: Contessa. HEX triplet: C0, 67 and 61. RGB value is (192,103,97). Sum of RGB (Red+Green+Blue) = 192+103+97=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 103 (40.62% from 255 or 26.28% from 392); Blue value is 97 (38.28% from 255 or 24.74% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C06761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06761 is #3F989E. Grayscale: #818181. Windows color (decimal): -4167839 or 6383552. OLE color: 6383552.

HSL color Cylindrical-coordinate representation of color #C06761: hue angle of 3.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C06761 is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 97 -
CMYK 0 0.46 0.49 0.25
HSL 3.79º 0.43% 0.57% -
HSV(B) 3.79º 0.49% 0.75% -
XYZ 28.75 21.77 14 -
YUV 128.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 192 103 97 0 0.46 0.49 0.25 3.79 0.43 0.57
Hex C0 67 61 0 2E 31 19 4 2B 39
Octal 300 147 141 0 56 61 31 4 53 71
Binary 11000000 1100111 1100001 0 101110 110001 11001 100 101011 111001

Color Harmonies of #C06761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06761

Black with #C06761

Text Example


Text Example

White with #C06761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06761; }

 p { color: rgb(192,103,97); }

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

background-color css

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

 a { background-color: rgb(192,103,97); }

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

border-color css

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

 span { border-color: rgb(192,103,97); }

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