Html Css Color HEX #CF674E Red Damask

📋 copy color: '#CF674E'

red 207 ◦ green 103 ◦ blue 78

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

Shades of Red Damask #CF674E

Tints of Red Damask #CF674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.55%

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 53.35%
G = 26.55%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF674E (or 0xCF674E) is known color: Red Damask. HEX triplet: CF, 67 and 4E. RGB value is (207,103,78). Sum of RGB (Red+Green+Blue) = 207+103+78=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF674E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF674E is #3098B1. Grayscale: #838383. Windows color (decimal): -3184818 or 5138383. OLE color: 5138383.

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

Color convert

RGB 207 103 78 -
CMYK 0 0.50 0.62 0.19
HSL 11.63º 0.57% 0.56% -
HSV(B) 11.63º 0.62% 0.81% -
XYZ 31.96 23.52 10.06 -
YUV 131.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 207 103 78 0 0.50 0.62 0.19 11.63 0.57 0.56
Hex CF 67 4E 0 32 3E 13 C 39 38
Octal 317 147 116 0 62 76 23 14 71 70
Binary 11001111 1100111 1001110 0 110010 111110 10011 1100 111001 111000

Color Harmonies of #CF674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF674E

Black with #CF674E

Text Example


Text Example

White with #CF674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF674E; }

 p { color: rgb(207,103,78); }

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

background-color css

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

 a { background-color: rgb(207,103,78); }

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

border-color css

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

 span { border-color: rgb(207,103,78); }

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