Html Css Color HEX #CF766A Contessa

📋 copy color: '#CF766A'

red 207 ◦ green 118 ◦ blue 106

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

Shades of Contessa #CF766A

Tints of Contessa #CF766A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.38%

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 48.03%
G = 27.38%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF766A (or 0xCF766A) is known color: Contessa. HEX triplet: CF, 76 and 6A. RGB value is (207,118,106). Sum of RGB (Red+Green+Blue) = 207+118+106=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF766A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF766A is #308995. Grayscale: #8F8F8F. Windows color (decimal): -3180950 or 6977231. OLE color: 6977231.

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

Color convert

RGB 207 118 106 -
CMYK 0 0.43 0.49 0.19
HSL 7.13º 0.51% 0.61% -
HSV(B) 7.13º 0.49% 0.81% -
XYZ 34.81 27.26 17.06 -
YUV 143.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 207 118 106 0 0.43 0.49 0.19 7.13 0.51 0.61
Hex CF 76 6A 0 2B 31 13 7 33 3D
Octal 317 166 152 0 53 61 23 7 63 75
Binary 11001111 1110110 1101010 0 101011 110001 10011 111 110011 111101

Color Harmonies of #CF766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF766A

Black with #CF766A

Text Example


Text Example

White with #CF766A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF766A; }

 p { color: rgb(207,118,106); }

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

background-color css

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

 a { background-color: rgb(207,118,106); }

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

border-color css

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

 span { border-color: rgb(207,118,106); }

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