#CA644B

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

Shades of Dark Coral #CA644B

Tints of Dark Coral #CA644B

Color information

#CA644B (or 0xCA644B) is unknown color: approx Dark Coral. HEX triplet: CA, 64 and 4B. RGB value is (202,100,75). Sum of RGB (Red+Green+Blue) = 202+100+75=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA644B is #359BB4. Grayscale: #7F7F7F. Windows color (decimal): -3513269 or 4941002. OLE color: 4941002.

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

Color convert

RGB20210075-
CMYK00.500.630.21
HSL11.81º54.51%54.31%-
HSV(B)11.81º62.87%79.22%-
XYZ30.1822.189.35-
YUV127.6598.29181.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 53.58%
GREEN value IS 100 (39.45% from 255) = 26.53%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=53.58%
G=26.53%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021007500.500.630.2111.8154.5154.31
HexCA644B0323F15c3736
Octal3121441130627725146766
Binary11001010110010010010110110010111111101011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA644B; }

 p { color: rgb(202,100,75); }

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

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

 a { background-color: rgb(202,100,75); }

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

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

 span { border-color: rgb(202,100,75); }

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