Html Css Color HEX #CA6146 Dark Coral

📋 copy color: '#CA6146'

red 202 ◦ green 97 ◦ blue 70

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

Shades of Dark Coral #CA6146

Tints of Dark Coral #CA6146

RGB

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

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

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

R = 54.74%
G = 26.29%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#CA6146 (or 0xCA6146) is known color: Dark Coral. HEX triplet: CA, 61 and 46. RGB value is (202,97,70). Sum of RGB (Red+Green+Blue) = 202+97+70=369 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.74% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6146 is #359EB9. Grayscale: #7D7D7D. Windows color (decimal): -3514042 or 4612554. OLE color: 4612554.

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

Color convert

RGB 202 97 70 -
CMYK 0 0.52 0.65 0.21
HSL 12.27º 0.55% 0.53% -
HSV(B) 12.27º 0.65% 0.79% -
XYZ 29.74 21.55 8.39 -
YUV 125.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 202 97 70 0 0.52 0.65 0.21 12.27 0.55 0.53
Hex CA 61 46 0 34 41 15 C 37 35
Octal 312 141 106 0 64 101 25 14 67 65
Binary 11001010 1100001 1000110 0 110100 1000001 10101 1100 110111 110101

Color Harmonies of #CA6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6146

Black with #CA6146

Text Example


Text Example

White with #CA6146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6146; }

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

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

background-color css

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

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

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

border-color css

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

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

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