Html Css Color HEX #CA6346 Dark Coral

📋 copy color: '#CA6346'

red 202 ◦ green 99 ◦ blue 70

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

Shades of Dark Coral #CA6346

Tints of Dark Coral #CA6346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.87%

R = 54.45%
G = 26.68%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA6346 (or 0xCA6346) is known color: Dark Coral. HEX triplet: CA, 63 and 46. RGB value is (202,99,70). Sum of RGB (Red+Green+Blue) = 202+99+70=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6346 is #359CB9. Grayscale: #7E7E7E. Windows color (decimal): -3513530 or 4613066. OLE color: 4613066.

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

Color convert

RGB 202 99 70 -
CMYK 0 0.51 0.65 0.21
HSL 13.18º 0.55% 0.53% -
HSV(B) 13.18º 0.65% 0.79% -
XYZ 29.92 21.92 8.45 -
YUV 126.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 202 99 70 0 0.51 0.65 0.21 13.18 0.55 0.53
Hex CA 63 46 0 33 41 15 D 37 35
Octal 312 143 106 0 63 101 25 15 67 65
Binary 11001010 1100011 1000110 0 110011 1000001 10101 1101 110111 110101

Color Harmonies of #CA6346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6346

Black with #CA6346

Text Example


Text Example

White with #CA6346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6346; }

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

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

background-color css

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

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

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

border-color css

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

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

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