Html Css Color HEX #CF6950 Red Damask

📋 copy color: '#CF6950'

red 207 ◦ green 105 ◦ blue 80

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

Shades of Red Damask #CF6950

Tints of Red Damask #CF6950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 52.81%
G = 26.79%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF6950 (or 0xCF6950) is known color: Red Damask. HEX triplet: CF, 69 and 50. RGB value is (207,105,80). Sum of RGB (Red+Green+Blue) = 207+105+80=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6950 is #3096AF. Grayscale: #848484. Windows color (decimal): -3184304 or 5269967. OLE color: 5269967.

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

Color convert

RGB 207 105 80 -
CMYK 0 0.49 0.61 0.19
HSL 11.81º 0.57% 0.56% -
HSV(B) 11.81º 0.61% 0.81% -
XYZ 32.23 23.95 10.51 -
YUV 132.65 98.29 181.03 -
System Red Green Blue C M Y K H S L
Decimal 207 105 80 0 0.49 0.61 0.19 11.81 0.57 0.56
Hex CF 69 50 0 31 3D 13 C 39 38
Octal 317 151 120 0 61 75 23 14 71 70
Binary 11001111 1101001 1010000 0 110001 111101 10011 1100 111001 111000

Color Harmonies of #CF6950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6950

Black with #CF6950

Text Example


Text Example

White with #CF6950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6950; }

 p { color: rgb(207,105,80); }

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

background-color css

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

 a { background-color: rgb(207,105,80); }

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

border-color css

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

 span { border-color: rgb(207,105,80); }

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