#CA6748

Color #CA6748 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CA6748

Tints of Red Damask #CA6748

Color information

#CA6748 (or 0xCA6748) is unknown color: approx Red Damask. HEX triplet: CA, 67 and 48. RGB value is (202,103,72). Sum of RGB (Red+Green+Blue) = 202+103+72=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6748 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6748 is #3598B7. Grayscale: #818181. Windows color (decimal): -3512504 or 4745162. OLE color: 4745162.

HSL color Cylindrical-coordinate representation of color #CA6748: hue angle of 14.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CA6748 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20210372-
CMYK00.490.640.21
HSL14.31º55.08%53.73%-
HSV(B)14.31º64.36%79.22%-
XYZ30.3822.728.92-
YUV129.0795.8180.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 72 (28.52% from 255) = 19.10%
R=53.58%
G=27.32%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021037200.490.640.2114.3155.0853.73
HexCA67480314015e3736
Octal31214711006110025166766
Binary110010101100111100100001100011000000101011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6748; }

 p { color: rgb(202,103,72); }

 H1.HeaderClassName
 {
   color: #CA6748;
 }
 .AnyTagClassName
 {
   color: #CA6748;
 }
</style>
background-color css

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

 a { background-color: rgb(202,103,72); }

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

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

 span { border-color: rgb(202,103,72); }

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