Html Css Color HEX #CA6349 Dark Coral

📋 copy color: '#CA6349'

red 202 ◦ green 99 ◦ blue 73

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

Shades of Dark Coral #CA6349

Tints of Dark Coral #CA6349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.47%

 BLUE value IS 73 (28.91% from 255) = 19.52%

R = 54.01%
G = 26.47%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6349 (or 0xCA6349) is known color: Dark Coral. HEX triplet: CA, 63 and 49. RGB value is (202,99,73). Sum of RGB (Red+Green+Blue) = 202+99+73=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6349 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6349 is #359CB6. Grayscale: #7F7F7F. Windows color (decimal): -3513527 or 4809674. OLE color: 4809674.

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

Color convert

RGB 202 99 73 -
CMYK 0 0.51 0.64 0.21
HSL 12.09º 0.55% 0.54% -
HSV(B) 12.09º 0.64% 0.79% -
XYZ 30.02 21.96 8.96 -
YUV 126.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 202 99 73 0 0.51 0.64 0.21 12.09 0.55 0.54
Hex CA 63 49 0 33 40 15 C 37 36
Octal 312 143 111 0 63 100 25 14 67 66
Binary 11001010 1100011 1001001 0 110011 1000000 10101 1100 110111 110110

Color Harmonies of #CA6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6349

Black with #CA6349

Text Example


Text Example

White with #CA6349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6349; }

 p { color: rgb(202,99,73); }

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

background-color css

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

 a { background-color: rgb(202,99,73); }

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

border-color css

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

 span { border-color: rgb(202,99,73); }

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