#CB5A4A

Color #CB5A4A Dark Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Coral #CB5A4A

Tints of Dark Coral #CB5A4A

Color information

#CB5A4A (or 0xCB5A4A) is unknown color: approx Dark Coral. HEX triplet: CB, 5A and 4A. RGB value is (203,90,74). Sum of RGB (Red+Green+Blue) = 203+90+74=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5A4A is #34A5B5. Grayscale: #7A7A7A. Windows color (decimal): -3450294 or 4872907. OLE color: 4872907.

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

Color convert

RGB2039074-
CMYK00.560.640.20
HSL7.44º55.36%54.31%-
HSV(B)7.44º63.55%79.61%-
XYZ29.5220.58.88-
YUV121.96100.94185.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.31%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 74 (29.30% from 255) = 20.16%
R=55.31%
G=24.52%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203907400.560.640.207.4455.3654.31
HexCB5A4A038401473736
Octal3131321120701002476766
Binary11001011101101010010100111000100000010100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5A4A; }

 p { color: rgb(203,90,74); }

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

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

 a { background-color: rgb(203,90,74); }

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

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

 span { border-color: rgb(203,90,74); }

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