Html Css Color HEX #CA583B Dark Coral

📋 copy color: '#CA583B'

red 202 ◦ green 88 ◦ blue 59

#CA583B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Coral #CA583B

Tints of Dark Coral #CA583B

RGB

 RED value IS 202 (79.3% from 255) = 57.88%

 GREEN value IS 88 (34.77% from 255) = 25.21%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 57.88%
G = 25.21%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA583B (or 0xCA583B) is known color: Dark Coral. HEX triplet: CA, 58 and 3B. RGB value is (202,88,59). Sum of RGB (Red+Green+Blue) = 202+88+59=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA583B is #35A7C4. Grayscale: #777777. Windows color (decimal): -3516357 or 3889354. OLE color: 3889354.

HSL color Cylindrical-coordinate representation of color #CA583B: hue angle of 12.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA583B is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 59 -
CMYK 0 0.56 0.71 0.21
HSL 12.17º 0.57% 0.51% -
HSV(B) 12.17º 0.71% 0.79% -
XYZ 28.64 19.85 6.46 -
YUV 118.78 94.27 187.36 -
System Red Green Blue C M Y K H S L
Decimal 202 88 59 0 0.56 0.71 0.21 12.17 0.57 0.51
Hex CA 58 3B 0 38 47 15 C 39 33
Octal 312 130 73 0 70 107 25 14 71 63
Binary 11001010 1011000 111011 0 111000 1000111 10101 1100 111001 110011

Color Harmonies of #CA583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA583B

Black with #CA583B

Text Example


Text Example

White with #CA583B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA583B; }

 p { color: rgb(202,88,59); }

 H1.HeaderClassName
 {
   color: #CA583B;
 }
 .AnyTagClassName
 {
   color: #CA583B;
 }
</style>

background-color css

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

 a { background-color: rgb(202,88,59); }

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

border-color css

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

 span { border-color: rgb(202,88,59); }

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