Html Css Color HEX #CF6A4B Red Damask

📋 copy color: '#CF6A4B'

red 207 ◦ green 106 ◦ blue 75

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

Shades of Red Damask #CF6A4B

Tints of Red Damask #CF6A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.32%

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

R = 53.35%
G = 27.32%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF6A4B (or 0xCF6A4B) is known color: Red Damask. HEX triplet: CF, 6A and 4B. RGB value is (207,106,75). Sum of RGB (Red+Green+Blue) = 207+106+75=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A4B is #3095B4. Grayscale: #848484. Windows color (decimal): -3184053 or 4942543. OLE color: 4942543.

HSL color Cylindrical-coordinate representation of color #CF6A4B: hue angle of 14.09º 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 #CF6A4B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 106 75 -
CMYK 0 0.49 0.64 0.19
HSL 14.09º 0.58% 0.55% -
HSV(B) 14.09º 0.64% 0.81% -
XYZ 32.16 24.08 9.61 -
YUV 132.67 95.46 181.02 -
System Red Green Blue C M Y K H S L
Decimal 207 106 75 0 0.49 0.64 0.19 14.09 0.58 0.55
Hex CF 6A 4B 0 31 40 13 E 3A 37
Octal 317 152 113 0 61 100 23 16 72 67
Binary 11001111 1101010 1001011 0 110001 1000000 10011 1110 111010 110111

Color Harmonies of #CF6A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6A4B

Black with #CF6A4B

Text Example


Text Example

White with #CF6A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6A4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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