Html Css Color HEX #CA6448 Dark Coral

📋 copy color: '#CA6448'

red 202 ◦ green 100 ◦ blue 72

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

Shades of Dark Coral #CA6448

Tints of Dark Coral #CA6448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 54.01%
G = 26.74%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#CA6448 (or 0xCA6448) is known color: Dark Coral. HEX triplet: CA, 64 and 48. RGB value is (202,100,72). Sum of RGB (Red+Green+Blue) = 202+100+72=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6448 is #359BB7. Grayscale: #7F7F7F. Windows color (decimal): -3513272 or 4744394. OLE color: 4744394.

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

Color convert

RGB 202 100 72 -
CMYK 0 0.50 0.64 0.21
HSL 12.92º 0.55% 0.54% -
HSV(B) 12.92º 0.64% 0.79% -
XYZ 30.08 22.14 8.82 -
YUV 127.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 202 100 72 0 0.50 0.64 0.21 12.92 0.55 0.54
Hex CA 64 48 0 32 40 15 D 37 36
Octal 312 144 110 0 62 100 25 15 67 66
Binary 11001010 1100100 1001000 0 110010 1000000 10101 1101 110111 110110

Color Harmonies of #CA6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6448

Black with #CA6448

Text Example


Text Example

White with #CA6448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6448; }

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

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

background-color css

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

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

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

border-color css

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

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

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