Html Css Color HEX #CF6D6B Contessa

📋 copy color: '#CF6D6B'

red 207 ◦ green 109 ◦ blue 107

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

Shades of Contessa #CF6D6B

Tints of Contessa #CF6D6B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.77%

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

R = 48.94%
G = 25.77%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF6D6B (or 0xCF6D6B) is known color: Contessa. HEX triplet: CF, 6D and 6B. RGB value is (207,109,107). Sum of RGB (Red+Green+Blue) = 207+109+107=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6D6B is #309294. Grayscale: #8A8A8A. Windows color (decimal): -3183253 or 7040463. OLE color: 7040463.

HSL color Cylindrical-coordinate representation of color #CF6D6B: hue angle of 1.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 #CF6D6B is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 109 107 -
CMYK 0 0.47 0.48 0.19
HSL 1.2º 0.51% 0.62% -
HSV(B) 1.2º 0.48% 0.81% -
XYZ 33.85 25.26 17 -
YUV 138.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 207 109 107 0 0.47 0.48 0.19 1.2 0.51 0.62
Hex CF 6D 6B 0 2F 30 13 1 33 3E
Octal 317 155 153 0 57 60 23 1 63 76
Binary 11001111 1101101 1101011 0 101111 110000 10011 1 110011 111110

Color Harmonies of #CF6D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6D6B

Black with #CF6D6B

Text Example


Text Example

White with #CF6D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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