Html Css Color HEX #CF664C Red Damask

📋 copy color: '#CF664C'

red 207 ◦ green 102 ◦ blue 76

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

Shades of Red Damask #CF664C

Tints of Red Damask #CF664C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

 BLUE value IS 76 (30.08% from 255) = 19.74%

R = 53.77%
G = 26.49%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF664C (or 0xCF664C) is known color: Red Damask. HEX triplet: CF, 66 and 4C. RGB value is (207,102,76). Sum of RGB (Red+Green+Blue) = 207+102+76=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF664C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF664C is #3099B3. Grayscale: #828282. Windows color (decimal): -3185076 or 5007055. OLE color: 5007055.

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

Color convert

RGB 207 102 76 -
CMYK 0 0.51 0.63 0.19
HSL 11.91º 0.58% 0.55% -
HSV(B) 11.91º 0.63% 0.81% -
XYZ 31.79 23.29 9.66 -
YUV 130.43 97.29 182.61 -
System Red Green Blue C M Y K H S L
Decimal 207 102 76 0 0.51 0.63 0.19 11.91 0.58 0.55
Hex CF 66 4C 0 33 3F 13 C 3A 37
Octal 317 146 114 0 63 77 23 14 72 67
Binary 11001111 1100110 1001100 0 110011 111111 10011 1100 111010 110111

Color Harmonies of #CF664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF664C

Black with #CF664C

Text Example


Text Example

White with #CF664C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF664C; }

 p { color: rgb(207,102,76); }

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

background-color css

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

 a { background-color: rgb(207,102,76); }

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

border-color css

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

 span { border-color: rgb(207,102,76); }

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