#CB624A

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

Shades of Dark Coral #CB624A

Tints of Dark Coral #CB624A

Color information

#CB624A (or 0xCB624A) is unknown color: approx Dark Coral. HEX triplet: CB, 62 and 4A. RGB value is (203,98,74). Sum of RGB (Red+Green+Blue) = 203+98+74=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB624A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB624A is #349DB5. Grayscale: #7E7E7E. Windows color (decimal): -3448246 or 4874955. OLE color: 4874955.

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

Color convert

RGB2039874-
CMYK00.520.640.20
HSL11.16º55.36%54.31%-
HSV(B)11.16º63.55%79.61%-
XYZ30.2321.939.12-
YUV126.6698.29182.45-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.13%
GREEN value IS 98 (38.67% from 255) = 26.13%
BLUE value IS 74 (29.30% from 255) = 19.73%
R=54.13%
G=26.13%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203987400.520.640.2011.1655.3654.31
HexCB624A0344014b3736
Octal31314211206410024136766
Binary110010111100010100101001101001000000101001011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB624A; }

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

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

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

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

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

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

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

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