Html Css Color HEX #CF684B Red Damask

📋 copy color: '#CF684B'

red 207 ◦ green 104 ◦ blue 75

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

Shades of Red Damask #CF684B

Tints of Red Damask #CF684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 75 (29.69% from 255) = 19.43%

R = 53.63%
G = 26.94%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF684B (or 0xCF684B) is known color: Red Damask. HEX triplet: CF, 68 and 4B. RGB value is (207,104,75). Sum of RGB (Red+Green+Blue) = 207+104+75=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF684B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF684B is #3097B4. Grayscale: #838383. Windows color (decimal): -3184565 or 4942031. OLE color: 4942031.

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

Color convert

RGB 207 104 75 -
CMYK 0 0.50 0.64 0.19
HSL 13.18º 0.58% 0.55% -
HSV(B) 13.18º 0.64% 0.81% -
XYZ 31.95 23.67 9.54 -
YUV 131.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 207 104 75 0 0.50 0.64 0.19 13.18 0.58 0.55
Hex CF 68 4B 0 32 40 13 D 3A 37
Octal 317 150 113 0 62 100 23 15 72 67
Binary 11001111 1101000 1001011 0 110010 1000000 10011 1101 111010 110111

Color Harmonies of #CF684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF684B

Black with #CF684B

Text Example


Text Example

White with #CF684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF684B; }

 p { color: rgb(207,104,75); }

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

background-color css

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

 a { background-color: rgb(207,104,75); }

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

border-color css

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

 span { border-color: rgb(207,104,75); }

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