Html Css Color HEX #CF776B Contessa

📋 copy color: '#CF776B'

red 207 ◦ green 119 ◦ blue 107

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

Shades of Contessa #CF776B

Tints of Contessa #CF776B

RGB

 RED value IS 207 (81.25% from 255) = 47.81%

 GREEN value IS 119 (46.88% from 255) = 27.48%

 BLUE value IS 107 (42.19% from 255) = 24.71%

R = 47.81%
G = 27.48%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF776B (or 0xCF776B) is known color: Contessa. HEX triplet: CF, 77 and 6B. RGB value is (207,119,107). Sum of RGB (Red+Green+Blue) = 207+119+107=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF776B is #308894. Grayscale: #909090. Windows color (decimal): -3180693 or 7043023. OLE color: 7043023.

HSL color Cylindrical-coordinate representation of color #CF776B: hue angle of 7.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF776B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 107 -
CMYK 0 0.43 0.48 0.19
HSL 7.2º 0.51% 0.62% -
HSV(B) 7.2º 0.48% 0.81% -
XYZ 34.98 27.52 17.38 -
YUV 143.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 207 119 107 0 0.43 0.48 0.19 7.2 0.51 0.62
Hex CF 77 6B 0 2B 30 13 7 33 3E
Octal 317 167 153 0 53 60 23 7 63 76
Binary 11001111 1110111 1101011 0 101011 110000 10011 111 110011 111110

Color Harmonies of #CF776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF776B

Black with #CF776B

Text Example


Text Example

White with #CF776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF776B; }

 p { color: rgb(207,119,107); }

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

background-color css

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

 a { background-color: rgb(207,119,107); }

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

border-color css

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

 span { border-color: rgb(207,119,107); }

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