Html Css Color HEX #CA6149 Dark Coral

📋 copy color: '#CA6149'

red 202 ◦ green 97 ◦ blue 73

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

Shades of Dark Coral #CA6149

Tints of Dark Coral #CA6149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.08%

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

R = 54.3%
G = 26.08%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6149 (or 0xCA6149) is known color: Dark Coral. HEX triplet: CA, 61 and 49. RGB value is (202,97,73). Sum of RGB (Red+Green+Blue) = 202+97+73=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 73 (28.91% from 255 or 19.62% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6149 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6149 is #359EB6. Grayscale: #7D7D7D. Windows color (decimal): -3514039 or 4809162. OLE color: 4809162.

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

Color convert

RGB 202 97 73 -
CMYK 0 0.52 0.64 0.21
HSL 11.16º 0.55% 0.54% -
HSV(B) 11.16º 0.64% 0.79% -
XYZ 29.83 21.59 8.9 -
YUV 125.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 202 97 73 0 0.52 0.64 0.21 11.16 0.55 0.54
Hex CA 61 49 0 34 40 15 B 37 36
Octal 312 141 111 0 64 100 25 13 67 66
Binary 11001010 1100001 1001001 0 110100 1000000 10101 1011 110111 110110

Color Harmonies of #CA6149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6149

Black with #CA6149

Text Example


Text Example

White with #CA6149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6149; }

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

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

background-color css

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

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

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

border-color css

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

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

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