#CB604A

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

Shades of Dark Coral #CB604A

Tints of Dark Coral #CB604A

Color information

#CB604A (or 0xCB604A) is unknown color: approx Dark Coral. HEX triplet: CB, 60 and 4A. RGB value is (203,96,74). Sum of RGB (Red+Green+Blue) = 203+96+74=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB604A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB604A is #349FB5. Grayscale: #7D7D7D. Windows color (decimal): -3448758 or 4874443. OLE color: 4874443.

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

Color convert

RGB2039674-
CMYK00.530.640.20
HSL10.23º55.36%54.31%-
HSV(B)10.23º63.55%79.61%-
XYZ30.0521.569.06-
YUV125.4898.95183.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.42%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 74 (29.30% from 255) = 19.84%
R=54.42%
G=25.74%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203967400.530.640.2010.2355.3654.31
HexCB604A0354014a3736
Octal31314011206510024126766
Binary110010111100000100101001101011000000101001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB604A; }

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

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

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

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

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

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

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

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