Html Css Color HEX #CA6249 Dark Coral

📋 copy color: '#CA6249'

red 202 ◦ green 98 ◦ blue 73

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

Shades of Dark Coral #CA6249

Tints of Dark Coral #CA6249

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.27%

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

R = 54.16%
G = 26.27%
B = 19.57%

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

#CA6249 (or 0xCA6249) is known color: Dark Coral. HEX triplet: CA, 62 and 49. RGB value is (202,98,73). Sum of RGB (Red+Green+Blue) = 202+98+73=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 73 (28.91% from 255 or 19.57% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6249 is #359DB6. Grayscale: #7E7E7E. Windows color (decimal): -3513783 or 4809418. OLE color: 4809418.

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

Color convert

RGB 202 98 73 -
CMYK 0 0.51 0.64 0.21
HSL 11.63º 0.55% 0.54% -
HSV(B) 11.63º 0.64% 0.79% -
XYZ 29.93 21.77 8.93 -
YUV 126.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 202 98 73 0 0.51 0.64 0.21 11.63 0.55 0.54
Hex CA 62 49 0 33 40 15 C 37 36
Octal 312 142 111 0 63 100 25 14 67 66
Binary 11001010 1100010 1001001 0 110011 1000000 10101 1100 110111 110110

Color Harmonies of #CA6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6249

Black with #CA6249

Text Example


Text Example

White with #CA6249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6249; }

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

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

background-color css

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

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

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

border-color css

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

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

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