Html Css Color HEX #CA6444 Dark Coral

📋 copy color: '#CA6444'

red 202 ◦ green 100 ◦ blue 68

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

Shades of Dark Coral #CA6444

Tints of Dark Coral #CA6444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.38%

R = 54.59%
G = 27.03%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#CA6444 (or 0xCA6444) is known color: Dark Coral. HEX triplet: CA, 64 and 44. RGB value is (202,100,68). Sum of RGB (Red+Green+Blue) = 202+100+68=370 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.59% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6444 is #359BBB. Grayscale: #7F7F7F. Windows color (decimal): -3513276 or 4482250. OLE color: 4482250.

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

Color convert

RGB 202 100 68 -
CMYK 0 0.50 0.66 0.21
HSL 14.33º 0.56% 0.53% -
HSV(B) 14.33º 0.66% 0.79% -
XYZ 29.96 22.09 8.15 -
YUV 126.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 202 100 68 0 0.50 0.66 0.21 14.33 0.56 0.53
Hex CA 64 44 0 32 42 15 E 38 35
Octal 312 144 104 0 62 102 25 16 70 65
Binary 11001010 1100100 1000100 0 110010 1000010 10101 1110 111000 110101

Color Harmonies of #CA6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6444

Black with #CA6444

Text Example


Text Example

White with #CA6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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