#CB7348

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

Shades of Red Damask #CB7348

Tints of Red Damask #CB7348

Color information

#CB7348 (or 0xCB7348) is unknown color: approx Red Damask. HEX triplet: CB, 73 and 48. RGB value is (203,115,72). Sum of RGB (Red+Green+Blue) = 203+115+72=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 72 (28.52% from 255 or 18.46% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7348 is #348CB7. Grayscale: #888888. Windows color (decimal): -3443896 or 4748235. OLE color: 4748235.

HSL color Cylindrical-coordinate representation of color #CB7348: hue angle of 19.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB7348 is Cyan = 0, Magento = 0.43, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20311572-
CMYK00.430.650.20
HSL19.69º55.74%53.92%-
HSV(B)19.69º64.53%79.61%-
XYZ31.9325.439.36-
YUV136.4191.65175.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 52.05%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 72 (28.52% from 255) = 18.46%
R=52.05%
G=29.49%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031157200.430.650.2019.6955.7453.92
HexCB734802B4114143836
Octal31316311005310124247066
Binary1100101111100111001000010101110000011010010100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7348; }

 p { color: rgb(203,115,72); }

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

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

 a { background-color: rgb(203,115,72); }

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

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

 span { border-color: rgb(203,115,72); }

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